mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
Replace Macros and Notation in Cheats.h, common.h and Context.h. (#21437)
This commit is contained in:
@@ -135,7 +135,7 @@ void WindowUpdateAll()
|
||||
// Periodic update happens every second so 40 ticks.
|
||||
if (gCurrentRealTimeTicks >= gWindowUpdateTicks)
|
||||
{
|
||||
gWindowUpdateTicks = gCurrentRealTimeTicks + GAME_UPDATE_FPS;
|
||||
gWindowUpdateTicks = gCurrentRealTimeTicks + kGameUpdateFPS;
|
||||
|
||||
WindowVisitEach([](WindowBase* w) { WindowEventPeriodicUpdateCall(w); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user