1
0
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:
Matt
2025-11-29 13:10:58 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -85,6 +85,7 @@ static void PaintCrookedHouseStructure(
{ { boundBox.offset, height + 3 }, { boundBox.length, 127 } });
session.CurrentlyDrawnEntity = nullptr;
session.InteractionType = ViewportInteractionItem::ride;
}
static void PaintCrookedHouse(