mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
SW: Remove commented out code accessing non-existing variable
# Conflicts: # source/sw/src/network.cpp
This commit is contained in:
parent
7e2484f603
commit
25b5d69cab
1 changed files with 0 additions and 10 deletions
|
@ -931,16 +931,6 @@ faketimerhandler(void)
|
|||
PLAYERp pp;
|
||||
extern SWBOOL BotMode;
|
||||
|
||||
#if 0
|
||||
if (inputState.GetKeyStatus(KEYSC_PERIOD))
|
||||
{
|
||||
extern unsigned int MoveThingsCount;
|
||||
MoveThingsCount++;
|
||||
MoveThingsCount--;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
timerUpdate();
|
||||
if ((totalclock < ototalclock + synctics))
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue