sw/src/network.cpp: Remove from UpdateInputs the checks of totalclock

and ready2send and the call to timerUpdateClock, which are now done
before calling UpdateInputs itself from RunLevel.

# Conflicts:
#	source/sw/src/network.cpp
This commit is contained in:
NY00123 2020-05-22 02:13:54 +03:00 committed by Christoph Oelckers
parent ae2bcdd1a6
commit 6b5cf9525b

View file

@ -933,13 +933,6 @@ UpdateInputs(void)
PLAYERp pp;
extern SWBOOL BotMode;
timerUpdate();
if ((totalclock < ototalclock + synctics))
return;
if (!ready2send)
return;
ototalclock += synctics;
getpackets();