1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +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

@@ -270,7 +270,7 @@ namespace OpenRCT2::Scripting
customTool.onFinish = dukValue["onFinish"];
auto* windowMgr = GetWindowManager();
auto toolbarWindow = windowMgr->FindByClass(WindowClass::TopToolbar);
auto toolbarWindow = windowMgr->FindByClass(WindowClass::topToolbar);
if (toolbarWindow != nullptr)
{
// Use a widget that does not exist on top toolbar but also make sure it isn't