summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-27 16:26:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-27 16:26:21 +0300
commit32947c0634ec582f6d641402433d2037f5087a36 (patch)
tree776923ebcb5f52f663a622bac8b578d20833c511 /src/game.cpp
parent8b1e42a9e0d311d9c393ebceef1d508cbc8ad324 (diff)
downloadplus-32947c0634ec582f6d641402433d2037f5087a36.tar.gz
plus-32947c0634ec582f6d641402433d2037f5087a36.tar.bz2
plus-32947c0634ec582f6d641402433d2037f5087a36.tar.xz
plus-32947c0634ec582f6d641402433d2037f5087a36.zip
Fix compilation with eathena only.
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