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:
@@ -385,7 +385,7 @@ namespace OpenRCT2
|
||||
|
||||
if (version < kPeepAnimationObjectsVersion)
|
||||
{
|
||||
auto animObjects = GetLegacyPeepAnimationObjects(requiredObjects);
|
||||
auto animObjects = GetLegacyPeepAnimationObjects();
|
||||
AppendRequiredObjects(requiredObjects, ObjectType::peepAnimations, animObjects);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user