mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Fix #6199: Inverted hairpin coaster vehicle tab has vehicle too low
This commit is contained in:
parent
017eb4df72
commit
cc82fceaef
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
- Feature: Allow using object files from RCT Classic.
|
||||
- Fix: [#816] In the map window, there are more peeps flickering than there are selected (original bug).
|
||||
- Fix: [#1833, #4937, #6138] 'Too low!' warning when building rides and shops on the lowest land level (original bug).
|
||||
- Fix: [#6199] Inverted Hairpin Coaster vehicle tab is not centred.
|
||||
- Fix: [#4991] Inverted helices can be built on the Lay Down RC, but are not drawn.
|
||||
- Fix: [#5417] Hacked Crooked House tracked rides do not dispatch vehicles.
|
||||
- Fix: [#5445] Patrol area not imported from RCT1 saves and scenarios.
|
||||
|
|
|
@ -1311,6 +1311,7 @@ static void window_ride_draw_tab_vehicle(rct_drawpixelinfo *dpi, rct_window *w)
|
|||
if (ride->type == RIDE_TYPE_COMPACT_INVERTED_COASTER
|
||||
|| ride->type == RIDE_TYPE_INVERTED_ROLLER_COASTER
|
||||
|| ride->type == RIDE_TYPE_INVERTED_IMPULSE_COASTER
|
||||
|| ride->type == RIDE_TYPE_INVERTED_HAIRPIN_COASTER
|
||||
|| ride->type == RIDE_TYPE_SUSPENDED_SWINGING_COASTER
|
||||
|| ride->type == RIDE_TYPE_CHAIRLIFT
|
||||
|| ride->type == RIDE_TYPE_MINI_SUSPENDED_COASTER
|
||||
|
|
Loading…
Reference in a new issue