- removed redundant calls to timerUpdateClock.

This commit is contained in:
Christoph Oelckers 2020-08-16 09:16:38 +02:00
parent da38ad4554
commit 4b44e6e392
2 changed files with 0 additions and 4 deletions

View file

@ -1277,8 +1277,6 @@ void RunLevel(void)
ExitLevel = FALSE;
break;
}
timerUpdateClock();
}
ready2send = 0;

View file

@ -1131,8 +1131,6 @@ getpackets(void)
PLAYERp pp;
SW_PACKET tempinput;
timerUpdateClock();
if (!CommEnabled)
return;