1
0
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:
Gymnasiast
2025-03-01 15:48:51 +01:00
parent 17140192de
commit 9982f74cb7
4 changed files with 10 additions and 10 deletions

View File

@@ -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];