1
0
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:
Tulio Leao
2020-05-31 17:49:56 -03:00
committed by Gymnasiast
parent a2a0fad886
commit 7357eeca60
9 changed files with 9 additions and 9 deletions

View File

@@ -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++)