mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Rename global window functions to TitleCase (#19167)
This commit is contained in:
@@ -492,7 +492,7 @@ private:
|
||||
|
||||
// HACK Scenery window will lose its tabs after changing the scenery group indexing
|
||||
// for now just close it, but it will be better to later tell it to invalidate the tabs
|
||||
window_close_by_class(WindowClass::Scenery);
|
||||
WindowCloseByClass(WindowClass::Scenery);
|
||||
}
|
||||
|
||||
ObjectEntryIndex GetPrimarySceneryGroupEntryIndex(Object* loadedObject)
|
||||
|
||||
Reference in New Issue
Block a user