1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Rename MapAnimation namespace to MapAnimations

This commit is contained in:
mix
2025-05-23 22:08:09 +01:00
parent d847c37fc8
commit 78c2b85b1d
21 changed files with 47 additions and 47 deletions

View File

@@ -914,7 +914,7 @@ void FootpathChainRideQueue(
lastPathElement->AsPath()->SetHasQueueBanner(true);
lastPathElement->AsPath()->SetQueueBannerDirection(lastPathDirection); // set the ride sign direction
MapAnimation::MarkTileForInvalidation(lastPath);
MapAnimations::MarkTileForInvalidation(lastPath);
}
}
}