Fix OpenRCT2#16974: Small scenery ghosts can be deleted (#17062)

This commit is contained in:
Greg 2022-04-26 06:25:56 -04:00 committed by GitHub
parent 396ebc7193
commit 176c2f1e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
0.4.1 (in development) 0.4.1 (in development)
------------------------------------------------------------------------
- Fix: [#16974] Small scenery ghosts can be deleted.
0.4.0 (2022-04-25) 0.4.0 (2022-04-25)
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -109,7 +109,6 @@ static void PaintSmallSceneryBody(
{ {
PROFILED_FUNCTION(); PROFILED_FUNCTION();
session.InteractionType = ViewportInteractionItem::Scenery;
CoordsXYZ boxLength; CoordsXYZ boxLength;
CoordsXYZ boxOffset{ 0, 0, height }; CoordsXYZ boxOffset{ 0, 0, height };