mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Draw proper tunnels for Mini Golf hole E (#3696)
This commit is contained in:
committed by
Ted John
parent
8c5e5ecc01
commit
1374e9f257
@@ -865,11 +865,11 @@ static void paint_mini_golf_hole_e(uint8 rideIndex, uint8 trackSequence, uint8 d
|
||||
|
||||
switch ((direction << 4) | trackSequence) {
|
||||
case 0x00:
|
||||
case 0x12:
|
||||
case 0x32:
|
||||
paint_util_push_tunnel_left(height, TUNNEL_10);
|
||||
break;
|
||||
|
||||
case 0x02:
|
||||
case 0x22:
|
||||
case 0x30:
|
||||
paint_util_push_tunnel_right(height, TUNNEL_10);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user