Changeset 227baaa in network-game for client/Client/main.cpp
- Timestamp:
- Apr 23, 2013, 1:43:13 AM (12 years ago)
- Branches:
- master
- Children:
- d211210
- Parents:
- a1a3bd5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
ra1a3bd5 r227baaa 286 286 for (it = mapPlayers.begin(); it != mapPlayers.end(); it++) 287 287 { 288 it->second.move( ); // ignore return value288 it->second.move(gameMap); // ignore return value 289 289 } 290 290
Note:
See TracChangeset
for help on using the changeset viewer.