1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove player specific window vars from common

This commit is contained in:
Duncan
2023-06-22 23:44:17 +01:00
committed by GitHub
parent 42ff471617
commit a6d3dbc6d9
5 changed files with 10 additions and 15 deletions

View File

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