mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-01 05:20:43 +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