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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user