- Duke: Remove left-over line.

This commit is contained in:
Mitchell Richters 2020-08-25 16:49:17 +10:00 committed by Christoph Oelckers
parent afb09456e0
commit 7d1f021fcd

View file

@ -335,7 +335,6 @@ bool GameTicker()
if (playrunning() && currentTic - lastTic >= 1)
{
lastTic = currentTic;
gameclock = currentTic << 2;
GetInput();
auto const pPlayer = &ps[myconnectindex];