1
0
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:
Cody Jung
2017-10-27 04:25:18 -05:00
committed by Michael Steenbeek
parent 017eb4df72
commit cc82fceaef
2 changed files with 2 additions and 0 deletions

View File

@@ -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