summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 40585df95..6bae44e49 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -629,7 +629,7 @@ void Game::slowLogic()
if (viewport && !errorMessage.empty())
{
- const Map *const map = viewport->getCurrentMap();
+ const Map *const map = viewport->getMap();
if (map)
{
logger->log("state: %d", client->getState());