Changes in client/Client/main.cpp [384b7e0:62ee2ce] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
r384b7e0 r62ee2ce 29 29 #include "../../common/Message.h" 30 30 #include "../../common/Common.h" 31 #include "../../common/Player.h" 31 32 #include "../../common/WorldMap.h" 32 #include "../../common/Player.h"33 33 34 34 #include "Window.h" … … 160 160 } 161 161 162 WorldMap* gameMap = WorldMap::loadMapFromFile("../../data/map.txt"); 163 //delete gameMap; 164 //gameMap = WorldMap::createDefaultMap(); 162 WorldMap* gameMap = WorldMap::createDefaultMap(); 165 163 166 164 wndLogin = new Window(0, 0, SCREEN_W, SCREEN_H);
Note:
See TracChangeset
for help on using the changeset viewer.