mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Rename Peep::litter_count to LitterCount
This commit is contained in:
@@ -291,7 +291,7 @@ struct GameStateSnapshots final : public IGameStateSnapshots
|
||||
COMPARE_FIELD(Peep, pathfind_history[i]);
|
||||
}
|
||||
COMPARE_FIELD(Peep, no_action_frame_num);
|
||||
COMPARE_FIELD(Peep, litter_count);
|
||||
COMPARE_FIELD(Peep, LitterCount);
|
||||
COMPARE_FIELD(Peep, TimeOnRide);
|
||||
COMPARE_FIELD(Peep, DisgustingCount);
|
||||
COMPARE_FIELD(Peep, PaidToEnter);
|
||||
|
||||
Reference in New Issue
Block a user