mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- Duke: Remove left-over line.
This commit is contained in:
parent
afb09456e0
commit
7d1f021fcd
1 changed files with 0 additions and 1 deletions
|
@ -335,7 +335,6 @@ bool GameTicker()
|
|||
if (playrunning() && currentTic - lastTic >= 1)
|
||||
{
|
||||
lastTic = currentTic;
|
||||
gameclock = currentTic << 2;
|
||||
|
||||
GetInput();
|
||||
auto const pPlayer = &ps[myconnectindex];
|
||||
|
|
Loading…
Reference in a new issue