diff options
Diffstat (limited to 'src/game-server/main-game.cpp')
-rw-r--r-- | src/game-server/main-game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp index e7a06c84..62da4f9c 100644 --- a/src/game-server/main-game.cpp +++ b/src/game-server/main-game.cpp @@ -78,7 +78,7 @@ using utils::Logger; static int const WORLD_TICK_SKIP = 2; /** tolerance for lagging behind in world calculation) **/ /** Timer for world ticks */ -utils::Timer worldTimer(WORLD_TICK_MS, false); +utils::Timer worldTimer(WORLD_TICK_MS); int worldTime = 0; /**< Current world time in ticks */ bool running = true; /**< Determines if server keeps running */ |