1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Fix Mini Helicopters

This commit is contained in:
Marijn van der Werf
2016-09-15 19:35:26 +02:00
parent 4dea417470
commit 5ae8d40e16

View File

@@ -230,7 +230,7 @@ static void paint_mini_helicopters_track_left_quarter_turn_3_tiles(uint8 rideInd
break;
}
paint_util_set_general_support_height(height + 16, 0x20);
paint_util_set_general_support_height(height + 32, 0x20);
}
static const uint8 right_quarter_turn_3_tiles_to_left_turn_map[] = {3, 1, 2, 0};