From 176c2f1e5706951faa640e398891364a618a2f5d Mon Sep 17 00:00:00 2001 From: Greg <1565947+scaryghosty@users.noreply.github.com> Date: Tue, 26 Apr 2022 06:25:56 -0400 Subject: [PATCH] Fix OpenRCT2#16974: Small scenery ghosts can be deleted (#17062) --- distribution/changelog.txt | 2 ++ src/openrct2/paint/tile_element/Paint.SmallScenery.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index d118a96caf..f39891d6e1 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,4 +1,6 @@ 0.4.1 (in development) +------------------------------------------------------------------------ +- Fix: [#16974] Small scenery ghosts can be deleted. 0.4.0 (2022-04-25) ------------------------------------------------------------------------ diff --git a/src/openrct2/paint/tile_element/Paint.SmallScenery.cpp b/src/openrct2/paint/tile_element/Paint.SmallScenery.cpp index 95532ec196..531cc17b6c 100644 --- a/src/openrct2/paint/tile_element/Paint.SmallScenery.cpp +++ b/src/openrct2/paint/tile_element/Paint.SmallScenery.cpp @@ -109,7 +109,6 @@ static void PaintSmallSceneryBody( { PROFILED_FUNCTION(); - session.InteractionType = ViewportInteractionItem::Scenery; CoordsXYZ boxLength; CoordsXYZ boxOffset{ 0, 0, height };