mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Peep::ItemFlags merging (#13511)
* Merge standard and extra item flags for peeps * Update replays
This commit is contained in:
@@ -191,7 +191,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
|
||||
{
|
||||
COMPARE_FIELD(RideTypesBeenOn[i]);
|
||||
}
|
||||
COMPARE_FIELD(ItemExtraFlags);
|
||||
COMPARE_FIELD(ItemFlags);
|
||||
COMPARE_FIELD(Photo2RideRef);
|
||||
COMPARE_FIELD(Photo3RideRef);
|
||||
COMPARE_FIELD(Photo4RideRef);
|
||||
@@ -267,7 +267,6 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
|
||||
COMPARE_FIELD(HatColour);
|
||||
COMPARE_FIELD(FavouriteRide);
|
||||
COMPARE_FIELD(FavouriteRideRating);
|
||||
COMPARE_FIELD(ItemStandardFlags);
|
||||
}
|
||||
|
||||
static void CompareSpriteDataVehicle(const Vehicle& left, const Vehicle& right)
|
||||
|
||||
Reference in New Issue
Block a user