summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-11-03 15:03:23 -0700
committerJared Adams <jaxad0127@gmail.com>2009-11-03 15:03:23 -0700
commitd5ef936bf2d8976a32d01b4e32024c89333ca645 (patch)
tree3093ae1b7611b8dbad2aba02cba12b9e2da31e36 /src/engine.cpp
parentc416c51531e37e0be457e47b7c0e52439c543341 (diff)
downloadmana-client-d5ef936bf2d8976a32d01b4e32024c89333ca645.tar.gz
mana-client-d5ef936bf2d8976a32d01b4e32024c89333ca645.tar.bz2
mana-client-d5ef936bf2d8976a32d01b4e32024c89333ca645.tar.xz
mana-client-d5ef936bf2d8976a32d01b4e32024c89333ca645.zip
Fix switching characters under ManaServ
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp1
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)