1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix formatting

This commit is contained in:
Gymnasiast
2024-04-04 18:18:25 +02:00
parent c158854a7f
commit 19e403068d

View File

@@ -362,7 +362,7 @@ namespace OpenRCT2
// WindowDispatchUpdateAll();
// Start autosave timer after update
if (gLastAutoSaveUpdate == kAutosavePause)
if (gLastAutoSaveUpdate == kAutosavePause)
{
gLastAutoSaveUpdate = Platform::GetTicks();
}