mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- Duke: Clean out some left over stub code during initial testing.
This commit is contained in:
parent
4eec9dca63
commit
e1424d454f
2 changed files with 0 additions and 4 deletions
|
@ -222,7 +222,6 @@ void GameInterface::MenuOpened()
|
|||
if (ud.multimode < 2)
|
||||
{
|
||||
ready2send = 0;
|
||||
//I_FreezeTime(true);
|
||||
screenpeek = myconnectindex;
|
||||
}
|
||||
}
|
||||
|
@ -264,7 +263,6 @@ void GameInterface::MenuClosed()
|
|||
if (ud.multimode < 2 && ud.recstat != 2)
|
||||
{
|
||||
ready2send = 1;
|
||||
//I_FreezeTime(false);
|
||||
cameraclock = gameclock;
|
||||
cameradist = 65536;
|
||||
}
|
||||
|
|
|
@ -353,8 +353,6 @@ bool GameTicker()
|
|||
}
|
||||
}
|
||||
|
||||
//I_FreezeTime(!playrunning());
|
||||
|
||||
double const smoothRatio = playrunning() ? I_GetTimeFrac() * MaxSmoothRatio : MaxSmoothRatio;
|
||||
|
||||
gameupdatetime.Unclock();
|
||||
|
|
Loading…
Reference in a new issue