diff --git a/desktop_version/src/main.cpp b/desktop_version/src/main.cpp index 7f1693dd..291c6b90 100644 --- a/desktop_version/src/main.cpp +++ b/desktop_version/src/main.cpp @@ -405,7 +405,7 @@ void inline deltaloop() { timesteplimit = 24; } - else if (game.gamestate == GAMEMODE || game.gamestate == MAPMODE || game.gamestate == TELEPORTERMODE) + else if (game.gamestate == GAMEMODE) { timesteplimit = game.gameframerate; }