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, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 204732a15..a44c793c8 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -628,8 +628,10 @@ void Game::slowLogic()
}
}
+#ifdef TMWA_SUPPORT
if (shopWindow)
shopWindow->updateTimes();
+#endif
if (mainGraphics->getOpenGL())
DelayedManager::delayedLoad();
#ifdef TMWA_SUPPORT