mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Rename Peep::peep_flags to PeepFlags
This commit is contained in:
@@ -231,7 +231,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
|
||||
COMPARE_FIELD(guest_heading_to_ride_id);
|
||||
COMPARE_FIELD(staff_orders);
|
||||
COMPARE_FIELD(photo1_ride_ref);
|
||||
COMPARE_FIELD(peep_flags);
|
||||
COMPARE_FIELD(PeepFlags);
|
||||
COMPARE_FIELD(PathfindGoal.x);
|
||||
COMPARE_FIELD(PathfindGoal.y);
|
||||
COMPARE_FIELD(PathfindGoal.z);
|
||||
|
||||
Reference in New Issue
Block a user