Fix comment [ci skip]

This commit is contained in:
Gymnasiast 2019-08-27 23:05:12 +02:00
parent f365bc3cb7
commit 0152d9f880
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 0 additions and 1 deletions

View File

@ -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())