From 2e655b41861169ee1db19ef59345661b7dc70610 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Jun 2012 22:21:04 +0300 Subject: Add basic support for maps without client data (tmx, tiles, etc) --- src/game.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 4ae5607a0..386e01a3d 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -976,10 +976,12 @@ void Game::changeMap(const std::string &mapPath) if (!newMap) { +/* logger->log("Error while loading %s", fullMap.c_str()); new OkDialog(_("Could Not Load Map"), strprintf( _("Error while loading %s"), fullMap.c_str()), DIALOG_ERROR, false); +*/ } if (mCurrentMap) -- cgit v1.2.3-60-g2f50