mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Merge pull request #25573 from ZehMatt/fix-25571
Fix #25571: Potential crash due to drawing a Crooked House ride
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- Fix: [#25552] Clear Scenery does not show an error message about insufficient money if cash is negative.
|
||||
- Fix: [#25565] Chairlift station ends are missing tunnels at certain rotations.
|
||||
- Fix: [#25569] Placing park entrances in multiplayer does not show for other players, causing desyncs.
|
||||
- Fix: [#25571] Potential crash due to drawing a Crooked House ride.
|
||||
|
||||
0.4.29 (2025-11-22)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -85,6 +85,7 @@ static void PaintCrookedHouseStructure(
|
||||
{ { boundBox.offset, height + 3 }, { boundBox.length, 127 } });
|
||||
|
||||
session.CurrentlyDrawnEntity = nullptr;
|
||||
session.InteractionType = ViewportInteractionItem::ride;
|
||||
}
|
||||
|
||||
static void PaintCrookedHouse(
|
||||
|
||||
Reference in New Issue
Block a user