diff --git a/source/build/include/timer.h b/source/build/include/timer.h index a4d8cd389..942e06d30 100644 --- a/source/build/include/timer.h +++ b/source/build/include/timer.h @@ -18,9 +18,4 @@ uint32_t timerGetTicks(void); void (*timerSetCallback(void (*callback)(void)))(void); -inline void timerUpdate() // to avoid merge conflicts when the other games get updated. -{ - timerUpdateClock(); -} - #endif // timer_h__ diff --git a/source/sw/src/network.cpp b/source/sw/src/network.cpp index af412722e..d11aa913d 100644 --- a/source/sw/src/network.cpp +++ b/source/sw/src/network.cpp @@ -1238,7 +1238,7 @@ getpackets(void) PLAYERp pp; SW_PACKET tempinput; - timerUpdate(); + timerUpdateClock(); if (!CommEnabled) return;