Fix formatting

This commit is contained in:
Gymnasiast 2024-04-04 18:18:25 +02:00
parent c158854a7f
commit 19e403068d
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 1 deletions

View File

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