1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Drop unused parameter from GetLegacyPeepAnimationObjects (#23877)

This commit is contained in:
Aaron van Geffen
2025-02-22 17:52:41 +01:00
committed by GitHub
parent 5561c53bd3
commit cb3dd87943
5 changed files with 5 additions and 5 deletions

View File

@@ -385,7 +385,7 @@ namespace OpenRCT2
if (version < kPeepAnimationObjectsVersion)
{
auto animObjects = GetLegacyPeepAnimationObjects(requiredObjects);
auto animObjects = GetLegacyPeepAnimationObjects();
AppendRequiredObjects(requiredObjects, ObjectType::peepAnimations, animObjects);
}