1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Remove some uncommon variables and break unions (#20440)

This commit is contained in:
Duncan
2023-06-27 06:34:06 +01:00
committed by GitHub
parent 3b7975f4a0
commit d40102aa9d
7 changed files with 41 additions and 34 deletions

View File

@@ -278,7 +278,6 @@ WindowBase* WindowCreate(
w->focus = std::nullopt;
w->page = 0;
w->var_48C = 0;
ColourSchemeUpdate(w);
w->Invalidate();