Changeset a9e808e in network-game for client/Client
- Timestamp:
- May 17, 2014, 6:55:01 PM (11 years ago)
- Branches:
- master
- Children:
- 883bb5d
- Parents:
- 95d7add (diff), af116c0 (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
r95d7add ra9e808e 263 263 { 264 264 ALLEGRO_EVENT ev; 265 265 266 266 al_wait_for_event(event_queue, &ev); 267 267 268 268 if(wndCurrent->handleEvent(ev)) { 269 cout << "Processed gui event: " << getCurrentMillis() << endl; 269 270 // do nothing 270 271 }
Note:
See TracChangeset
for help on using the changeset viewer.