diff options
Diffstat (limited to 'src/engine.cpp')
-rw-r--r-- | src/engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index d205549b..f7e1d175 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -54,6 +54,7 @@ Engine::Engine(): Engine::~Engine() { delete mCurrentMap; + map_path = ""; } void Engine::changeMap(const std::string &mapPath) |