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:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user