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 f0b42223c..c3d0aa36f 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -585,7 +585,7 @@ void Game::slowLogic()
if (player_node)
player_node->slowLogic();
const int time = cur_time;
- if (mTime <= time)
+ if (mTime != time)
{
mTime = time + 1;
if (botCheckerWindow)