diff --git a/source/games/duke/src/gameloop.cpp b/source/games/duke/src/gameloop.cpp index b0f75d1a5..261e3357f 100644 --- a/source/games/duke/src/gameloop.cpp +++ b/source/games/duke/src/gameloop.cpp @@ -335,7 +335,6 @@ bool GameTicker() if (playrunning() && currentTic - lastTic >= 1) { lastTic = currentTic; - gameclock = currentTic << 2; GetInput(); auto const pPlayer = &ps[myconnectindex];