mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Change CloseWindowModifier members to new codestyle
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenRCT2
|
||||
std::list<std::shared_ptr<WindowBase>> g_window_list;
|
||||
WindowBase* gWindowAudioExclusive;
|
||||
|
||||
WindowCloseModifier gLastCloseModifier = { { WindowClass::Null, 0 }, CloseWindowModifier::None };
|
||||
WindowCloseModifier gLastCloseModifier = { { WindowClass::Null, 0 }, CloseWindowModifier::none };
|
||||
|
||||
uint32_t gWindowUpdateTicks;
|
||||
colour_t gCurrentWindowColours[3];
|
||||
|
||||
Reference in New Issue
Block a user