1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Clean up and improve UI of track install window

Clean up and improve UI of track install window

Cleanup window def

Clean up and improve track install window

Name track_list.var_484

Format widget definitions

Use get_friendly_track_type_name()

Guard against NULL
This commit is contained in:
rwjuk
2017-07-31 12:05:52 +01:00
committed by Michael Steenbeek
parent 5bda207c2c
commit c2b862ee51
6 changed files with 52 additions and 25 deletions

View File

@@ -225,8 +225,7 @@ typedef struct scenery_variables {
} scenery_variables;
typedef struct track_list_variables {
uint16 var_480;
uint16 var_484;
bool track_list_being_updated;
bool reload_track_designs;
} track_list_variables;