mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Fix #6199: Inverted hairpin coaster vehicle tab has vehicle too low
This commit is contained in:
committed by
Michael Steenbeek
parent
017eb4df72
commit
cc82fceaef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user