1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Change WindowClass members to use lowerCamelCase

This commit is contained in:
Gymnasiast
2025-09-17 23:18:52 +02:00
parent c94babb06e
commit a662c5ef8e
143 changed files with 1115 additions and 1115 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenRCT2
// HACK remove the main window so it saves the park with the
// correct initial view
auto* windowMgr = Ui::GetWindowManager();
windowMgr->CloseByClass(WindowClass::MainWindow);
windowMgr->CloseByClass(WindowClass::mainWindow);
exporter->Export(gameState, destinationPath, static_cast<int16_t>(_compressLevel));
}