1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 02:05:13 +01:00

implement track list window paint

This commit is contained in:
IntelOrca
2014-09-27 20:26:04 +01:00
parent 70ebc89c37
commit a0bdde2525
5 changed files with 284 additions and 32 deletions

View File

@@ -1697,5 +1697,5 @@ void window_close_construction_windows()
window_close_by_id(WC_RIDE_CONSTRUCTION, 0);
window_close_by_id(WC_FOOTPATH, 0);
window_close_by_id(WC_TRACK_DESIGN_LIST, 0);
window_close_by_id(WC_34, 0);
window_close_by_id(WC_TRACK_DESIGN_PLACE, 0);
}