summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index fa93f4d84..6f569f69a 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1062,6 +1062,9 @@ void Game::changeMap(const std::string &mapPath)
delete mCurrentMap;
mCurrentMap = newMap;
+ if (questsWindow)
+ questsWindow->setMap(mCurrentMap);
+
#ifdef USE_MUMBLE
if (mumbleManager)
mumbleManager->setMap(mapPath);