mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-10 15:30:36 +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;
|
ExitLevel = FALSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
timerUpdateClock();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ready2send = 0;
|
ready2send = 0;
|
||||||
|
|
|
@ -1131,8 +1131,6 @@ getpackets(void)
|
||||||
PLAYERp pp;
|
PLAYERp pp;
|
||||||
SW_PACKET tempinput;
|
SW_PACKET tempinput;
|
||||||
|
|
||||||
timerUpdateClock();
|
|
||||||
|
|
||||||
if (!CommEnabled)
|
if (!CommEnabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue