mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Rename Peep::photo1_ride_ref to Photo1RideRef
This commit is contained in:
@@ -283,7 +283,7 @@ struct GameStateSnapshots final : public IGameStateSnapshots
|
||||
COMPARE_FIELD(Peep, path_check_optimisation);
|
||||
COMPARE_FIELD(Peep, guest_heading_to_ride_id);
|
||||
COMPARE_FIELD(Peep, staff_orders);
|
||||
COMPARE_FIELD(Peep, photo1_ride_ref);
|
||||
COMPARE_FIELD(Peep, Photo1RideRef);
|
||||
COMPARE_FIELD(Peep, PeepFlags);
|
||||
COMPARE_FIELD(Peep, PathfindGoal);
|
||||
for (int i = 0; i < 4; i++)
|
||||
|
||||
Reference in New Issue
Block a user