SW: Remove commented out code accessing non-existing variable

# Conflicts:
#	source/sw/src/network.cpp
This commit is contained in:
NY00123 2020-05-22 02:07:36 +03:00 committed by Christoph Oelckers
parent 7e2484f603
commit 25b5d69cab

View file

@ -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;