Changeset 1e250bf in network-game for client/Client/main.cpp
- Timestamp:
- Jan 26, 2014, 12:02:49 AM (11 years ago)
- Branches:
- master
- Children:
- c51da03
- Parents:
- 9ee50ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
r9ee50ce r1e250bf 15 15 #include <cstdio> 16 16 #include <cstdlib> 17 #include <cmath>17 //#include <cmath> 18 18 #include <sys/types.h> 19 19 #include <string> … … 134 134 ALLEGRO_EVENT_QUEUE *event_queue = NULL; 135 135 ALLEGRO_TIMER *timer = NULL; 136 bool key[4] = { false, false, false, false };137 136 map<unsigned int, Player*> mapPlayers; 138 137 map<unsigned int, Projectile> mapProjectiles; … … 706 705 cout << "Got a logout message" << endl; 707 706 708 int playerId;707 unsigned int playerId; 709 708 710 709 // Check if it's about you or another player
Note:
See TracChangeset
for help on using the changeset viewer.