diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-18 18:10:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-18 18:12:01 +0300 |
commit | cc16bd52b4bfd5b542deddfcb131f0a1ca15b2e0 (patch) | |
tree | edb2a4a75e478cefd282909d1708dfc2d04816a5 /src/game.cpp | |
parent | 9d18345d84b0c294b0fe7743cb263259f8cc9447 (diff) | |
download | plus-cc16bd52b4bfd5b542deddfcb131f0a1ca15b2e0.tar.gz plus-cc16bd52b4bfd5b542deddfcb131f0a1ca15b2e0.tar.bz2 plus-cc16bd52b4bfd5b542deddfcb131f0a1ca15b2e0.tar.xz plus-cc16bd52b4bfd5b542deddfcb131f0a1ca15b2e0.zip |
Draw cool down bar in skills window.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index ca778a071..de6282cdc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -616,6 +616,9 @@ void Game::slowLogic() DelayedManager::delayedLoad(); if (guildManager) guildManager->slowLogic(); + if (skillDialog) + skillDialog->slowLogic(); + PacketCounters::update(); // Handle network stuff |