- Timestamp:
- Feb 18, 2013, 7:00:03 PM (12 years ago)
- Branches:
- master
- Children:
- f401cac
- Parents:
- 60017fc (diff), 384b7e0 (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. - Location:
- client/Client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj.filters
r60017fc r093c141 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
r60017fc r093c141 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.