- Timestamp:
- Feb 12, 2013, 8:42:42 PM (12 years ago)
- Branches:
- master
- Children:
- 093c141
- Parents:
- 62ee2ce
- Location:
- client/Client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj.filters
r62ee2ce r384b7e0 56 56 </ClCompile> 57 57 <ClCompile Include="..\..\common\WorldMap.cpp"> 58 <Filter>Source Files\ gui</Filter>58 <Filter>Source Files\common</Filter> 59 59 </ClCompile> 60 60 </ItemGroup> -
client/Client/main.cpp
r62ee2ce r384b7e0 29 29 #include "../../common/Message.h" 30 30 #include "../../common/Common.h" 31 #include "../../common/WorldMap.h" 31 32 #include "../../common/Player.h" 32 #include "../../common/WorldMap.h"33 33 34 34 #include "Window.h" … … 160 160 } 161 161 162 WorldMap* gameMap = WorldMap::createDefaultMap(); 162 WorldMap* gameMap = WorldMap::loadMapFromFile("../../data/map.txt"); 163 //delete gameMap; 164 //gameMap = WorldMap::createDefaultMap(); 163 165 164 166 wndLogin = new Window(0, 0, SCREEN_W, SCREEN_H);
Note:
See TracChangeset
for help on using the changeset viewer.