From 0152d9f88082239b25defc7a050a518bd323f62c Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Tue, 27 Aug 2019 23:05:12 +0200 Subject: [PATCH] Fix comment [ci skip] --- src/openrct2/world/MapAnimation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/world/MapAnimation.cpp b/src/openrct2/world/MapAnimation.cpp index 081e0b7474..85adc90060 100644 --- a/src/openrct2/world/MapAnimation.cpp +++ b/src/openrct2/world/MapAnimation.cpp @@ -131,7 +131,6 @@ static bool map_animation_invalidate_queue_banner(int32_t x, int32_t y, int32_t continue; if (tileElement->GetType() != TILE_ELEMENT_TYPE_PATH) continue; - // Change from original: originally checked type instead of flags, which was likely a bug. if (!(tileElement->AsPath()->IsQueue())) continue; if (!tileElement->AsPath()->HasQueueBanner())