summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 2 insertions, 0 deletions
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)