mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- removed redundant calls to timerUpdateClock.
This commit is contained in:
parent
da38ad4554
commit
4b44e6e392
2 changed files with 0 additions and 4 deletions
|
@ -1277,8 +1277,6 @@ void RunLevel(void)
|
|||
ExitLevel = FALSE;
|
||||
break;
|
||||
}
|
||||
|
||||
timerUpdateClock();
|
||||
}
|
||||
|
||||
ready2send = 0;
|
||||
|
|
|
@ -1131,8 +1131,6 @@ getpackets(void)
|
|||
PLAYERp pp;
|
||||
SW_PACKET tempinput;
|
||||
|
||||
timerUpdateClock();
|
||||
|
||||
if (!CommEnabled)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue