Changeset c51da03 in network-game for client/Client/main.cpp
- Timestamp:
- Jan 26, 2014, 9:46:43 PM (11 years ago)
- Branches:
- master
- Children:
- c991530
- Parents:
- 5c7f28d (diff), 1e250bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
r5c7f28d rc51da03 15 15 #include <cstdio> 16 16 #include <cstdlib> 17 #include <cmath>17 //#include <cmath> 18 18 #include <sys/types.h> 19 19 #include <string> … … 133 133 ALLEGRO_EVENT_QUEUE *event_queue = NULL; 134 134 ALLEGRO_TIMER *timer = NULL; 135 bool key[4] = { false, false, false, false };136 135 map<unsigned int, Player*> mapPlayers; 137 136 unsigned int curPlayerId = -1; … … 697 696 cout << "Got a logout message" << endl; 698 697 699 int playerId;698 unsigned int playerId; 700 699 701 700 // Check if it's about you or another player
Note:
See TracChangeset
for help on using the changeset viewer.