mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 14:41:55 +00:00
- clean up redundancy
This commit is contained in:
parent
76311cfcc9
commit
198ed45357
2 changed files with 1 additions and 6 deletions
|
@ -18,9 +18,4 @@ uint32_t timerGetTicks(void);
|
||||||
|
|
||||||
void (*timerSetCallback(void (*callback)(void)))(void);
|
void (*timerSetCallback(void (*callback)(void)))(void);
|
||||||
|
|
||||||
inline void timerUpdate() // to avoid merge conflicts when the other games get updated.
|
|
||||||
{
|
|
||||||
timerUpdateClock();
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif // timer_h__
|
#endif // timer_h__
|
||||||
|
|
|
@ -1238,7 +1238,7 @@ getpackets(void)
|
||||||
PLAYERp pp;
|
PLAYERp pp;
|
||||||
SW_PACKET tempinput;
|
SW_PACKET tempinput;
|
||||||
|
|
||||||
timerUpdate();
|
timerUpdateClock();
|
||||||
|
|
||||||
if (!CommEnabled)
|
if (!CommEnabled)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue