Changes in client/Client/main.cpp [384b7e0:62ee2ce] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    r384b7e0 r62ee2ce  
    2929#include "../../common/Message.h"
    3030#include "../../common/Common.h"
     31#include "../../common/Player.h"
    3132#include "../../common/WorldMap.h"
    32 #include "../../common/Player.h"
    3333
    3434#include "Window.h"
     
    160160   }
    161161
    162    WorldMap* gameMap = WorldMap::loadMapFromFile("../../data/map.txt");
    163    //delete gameMap;
    164    //gameMap = WorldMap::createDefaultMap();
     162   WorldMap* gameMap = WorldMap::createDefaultMap();
    165163
    166164   wndLogin = new Window(0, 0, SCREEN_W, SCREEN_H);
Note: See TracChangeset for help on using the changeset viewer.