summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 3b982694..da4eb336 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -74,6 +74,8 @@ void Engine::changeMap(const std::string &mapPath)
particleEngine->clear();
+ mMapName = mapPath;
+
// Store full map path in global var
#ifdef TMWSERV_SUPPORT
map_path = "maps/" + mapPath + ".tmx";
@@ -146,7 +148,6 @@ void Engine::changeMap(const std::string &mapPath)
sound.playMusic(newMusic, -1);
mCurrentMap = newMap;
- mMapName = mapPath;
#ifdef EATHENA_SUPPORT
// Send "map loaded"