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 e599d5459..c024c41dc 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -586,6 +586,8 @@ void Game::slowLogic()
shopWindow->updateTimes();
if (mainGraphics->getOpenGL())
ResourceManager::delayedLoad();
+ if (guildManager)
+ guildManager->slowLogic();
PacketCounters::update();
// Handle network stuff