summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 33369bf97..e4c72b5a9 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -606,7 +606,6 @@ void Game::logic()
if (mCurrentMap)
mCurrentMap->update();
- cur_time = static_cast<int>(time(nullptr));
BLOCK_END("Game::logic")
}