Changeset f3dfead in network-game for server/server.cpp
- Timestamp:
- Nov 7, 2014, 12:28:30 AM (10 years ago)
- Branches:
- master
- Children:
- 306758e
- Parents:
- 5037b4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/server.cpp
r5037b4b rf3dfead 65 65 map<unsigned int, Projectile> mapProjectiles; 66 66 map<string, Game*> mapGames; 67 DataAccess da; 67 68 ofstream outputLog; 68 69 … … 181 182 map<string, Game*>::iterator itGames; 182 183 Game* game = NULL; 183 DataAccess da;184 184 185 185 for (itGames = mapGames.begin(); itGames != mapGames.end();) {
Note:
See TracChangeset
for help on using the changeset viewer.