1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Rename PeepAnimationType::None to PeepAnimationType::Walking (#23317)

This commit is contained in:
Aaron van Geffen
2024-12-04 17:09:17 +01:00
committed by GitHub
parent a55a690db3
commit f65ef67260
11 changed files with 164 additions and 164 deletions

View File

@@ -7145,7 +7145,7 @@ Guest* Guest::Generate(const CoordsXYZ& coords)
peep->SpecialSprite = 0;
peep->AnimationImageIdOffset = 0;
peep->WalkingAnimationFrameNum = 0;
peep->AnimationType = PeepAnimationType::None;
peep->AnimationType = PeepAnimationType::Walking;
peep->PeepFlags = 0;
peep->FavouriteRide = RideId::GetNull();
peep->FavouriteRideRating = 0;