diff options
Diffstat (limited to 'src/gui/killstats.cpp')
-rw-r--r-- | src/gui/killstats.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/killstats.cpp b/src/gui/killstats.cpp index 8ce38c719..9bbbc8549 100644 --- a/src/gui/killstats.cpp +++ b/src/gui/killstats.cpp @@ -385,8 +385,8 @@ void KillStats::validateJacko() Map *currentMap = Game::instance()->getCurrentMap(); if (currentMap) { - if (currentMap->getProperty("_filename") == "018-1" - || currentMap->getProperty("_filename") == "maps/018-1.tmx") + if (currentMap->getProperty("_realfilename") == "018-1" + || currentMap->getProperty("_realfilename") == "maps/018-1.tmx") { if (player_node->getTileX() >= 167 && player_node->getTileX() <= 175 |