From 19e403068dc259bd5e59d70abc398ff9fe55778e Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Thu, 4 Apr 2024 18:18:25 +0200 Subject: [PATCH] Fix formatting --- src/openrct2/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/GameState.cpp b/src/openrct2/GameState.cpp index ec25c62349..4d50e4ee99 100644 --- a/src/openrct2/GameState.cpp +++ b/src/openrct2/GameState.cpp @@ -362,7 +362,7 @@ namespace OpenRCT2 // WindowDispatchUpdateAll(); // Start autosave timer after update - if (gLastAutoSaveUpdate == kAutosavePause) + if (gLastAutoSaveUpdate == kAutosavePause) { gLastAutoSaveUpdate = Platform::GetTicks(); }