Fix #18070: Entrances/exits clip through walls (#18266)

Entrance or exit buildings placed underground could clip through walls.
This commit is contained in:
Rik Smeets 2022-10-09 17:49:01 +02:00 committed by GitHub
parent 9ea6351708
commit 3fa7d59a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
- Fix: [#14312] Research ride type message incorrect.
- Fix: [#17853] Invention name tears while being dragged.
- Fix: [#18064] Unable to dismiss notification messages.
- Fix: [#18070] Underground entrance/exit shows through terrain walls (original bug).
- 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.

View File

@ -162,7 +162,7 @@ static void PaintRideEntranceExit(paint_session& session, uint8_t direction, int
CoordsXYZ boundBoxLength = {
(direction & 1) ? 2 : 28,
(direction & 1) ? 28 : 2,
isExit ? 35 : 51,
isExit ? 32 : 48,
};
// Back