mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-21 11:01:01 +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)
|
if (playrunning() && currentTic - lastTic >= 1)
|
||||||
{
|
{
|
||||||
lastTic = currentTic;
|
lastTic = currentTic;
|
||||||
gameclock = currentTic << 2;
|
|
||||||
|
|
||||||
GetInput();
|
GetInput();
|
||||||
auto const pPlayer = &ps[myconnectindex];
|
auto const pPlayer = &ps[myconnectindex];
|
||||||
|
|
Loading…
Reference in a new issue