diff --git a/src/openrct2/world/SmallScenery.cpp b/src/openrct2/world/SmallScenery.cpp index e8ecd11033..bbf080e9c1 100644 --- a/src/openrct2/world/SmallScenery.cpp +++ b/src/openrct2/world/SmallScenery.cpp @@ -463,7 +463,7 @@ void SmallSceneryElement::SetAge(uint8_t newAge) void SmallSceneryElement::IncreaseAge(int32_t x, int32_t y) { - if (flags & SMALL_SCENERY_FLAG_ANIMATED) + if (IsGhost()) return; if (age < 255)