mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Port entrance station index and sequence lookup
This commit is contained in:
committed by
Gymnasiast
parent
c7eaa1ba80
commit
3c93aca727
@@ -248,7 +248,7 @@ static bool map_animation_invalidate_park_entrance(int32_t x, int32_t y, int32_t
|
||||
continue;
|
||||
if (tileElement->AsEntrance()->GetEntranceType() != ENTRANCE_TYPE_PARK_ENTRANCE)
|
||||
continue;
|
||||
if (tileElement->properties.entrance.index & 0x0F)
|
||||
if (tileElement->AsEntrance()->GetSequenceIndex())
|
||||
continue;
|
||||
|
||||
baseZ = tileElement->base_height * 8;
|
||||
|
||||
Reference in New Issue
Block a user