mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
- Fix: [#18122] Ghosts count towards “Great scenery!” guest thought.
|
||||
- Fix: [#18134] Underground on-ride photo section partially clips through adjacent terrain edge.
|
||||
- Fix: [#18257] Guests ‘waiting’ on extended railway crossings.
|
||||
- Fix: [#18379] Tunnel entrances for underground Mini Golf Hole E are not rendered correctly.
|
||||
|
||||
0.4.2 (2022-10-05)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -1073,13 +1073,13 @@ static void PaintMiniGolfHoleE(
|
||||
|
||||
switch ((direction << 4) | trackSequence)
|
||||
{
|
||||
case 0x00:
|
||||
case 0x12:
|
||||
case (0 << 4 | 0):
|
||||
case (3 << 4 | 2):
|
||||
PaintUtilPushTunnelLeft(session, height, TUNNEL_PATH_AND_MINI_GOLF);
|
||||
break;
|
||||
|
||||
case 0x02:
|
||||
case 0x30:
|
||||
case (2 << 4 | 2):
|
||||
case (3 << 4 | 0):
|
||||
PaintUtilPushTunnelRight(session, height, TUNNEL_PATH_AND_MINI_GOLF);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user