mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
parent
cabed0cef5
commit
d6bd26cd83
2 changed files with 3 additions and 1 deletions
|
@ -41,8 +41,9 @@
|
||||||
- Fix: [#6198] You cannot cancel RCT1 directory selection.
|
- Fix: [#6198] You cannot cancel RCT1 directory selection.
|
||||||
- Fix: [#6202] Guests can break occupied benches (original bug).
|
- Fix: [#6202] Guests can break occupied benches (original bug).
|
||||||
- Fix: [#6251] Splash Boats renders flat-to-25-degree pieces in tunnels incorrectly.
|
- Fix: [#6251] Splash Boats renders flat-to-25-degree pieces in tunnels incorrectly.
|
||||||
- Fix: [#6261, #6344, #6520] Broken pathfinding after removing park entrances with the tile inspector
|
- Fix: [#6261, #6344, #6520] Broken pathfinding after removing park entrances with the tile inspector.
|
||||||
- Fix: [#6271] Wrong booster speed tooltip text.
|
- Fix: [#6271] Wrong booster speed tooltip text.
|
||||||
|
- Fix: [#6301] Track list freezes after deleting track in Track Manager.
|
||||||
- Fix: [#6308] Cannot create title sequence if title sequences folder does not exist.
|
- Fix: [#6308] Cannot create title sequence if title sequences folder does not exist.
|
||||||
- Fix: [#6318] Cannot sack staff that have not been placed
|
- Fix: [#6318] Cannot sack staff that have not been placed
|
||||||
- Fix: [#6320] Crash when CSS1.DAT is absent.
|
- Fix: [#6320] Crash when CSS1.DAT is absent.
|
||||||
|
|
|
@ -337,6 +337,7 @@ static void window_track_list_update(rct_window *w)
|
||||||
track_list_load_designs(_window_track_list_item);
|
track_list_load_designs(_window_track_list_item);
|
||||||
w->selected_list_item = 0;
|
w->selected_list_item = 0;
|
||||||
window_invalidate(w);
|
window_invalidate(w);
|
||||||
|
w->track_list.reload_track_designs = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue