1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Create getters and setters for occupied quadrant

This commit is contained in:
Gymnasiast
2019-08-27 21:12:48 +02:00
parent 5ef72a4e11
commit f365bc3cb7
19 changed files with 62 additions and 28 deletions

View File

@@ -131,6 +131,7 @@ 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())