Began bringing the client into line with the server's changes

Several parts of the client already built correctly.

Updated LobbyMenu, it not builds.
This commit is contained in:
Kayne Ruse
2014-06-10 02:42:07 +10:00
parent a07e7418a6
commit ee79231de0
7 changed files with 72 additions and 51 deletions
+1 -3
View File
@@ -23,8 +23,6 @@
#define INWORLD_HPP_
//maps
#include "map_allocator.hpp"
#include "map_file_format.hpp"
#include "region_pager.hpp"
//networking
@@ -112,7 +110,7 @@ protected:
TileSheet tileSheet;
//map
RegionPager<BlankAllocator, DummyFormat> regionPager;
RegionPager regionPager;
//UI
Button disconnectButton;