diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index e7eebbe6..d7dd7c80 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -36,7 +36,6 @@ #include "gui/npc.h" #include "gui/stats.h" #include "gui/ok_dialog.h" -#include "resources/mapreader.h" #include "net/protocol.h" #include <SDL.h> #include <sstream> @@ -127,7 +126,6 @@ void game() { void do_init() { tiledMap = Map::load(map_path); - //tiledMap = MapReader::readMap("core/maps/tempdesert.tmx.gz"); if (!tiledMap) { error("Could not find map file"); } |