mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Rename Peep::disgusting_count to DisgustingCount
This commit is contained in:
@@ -293,7 +293,7 @@ struct GameStateSnapshots final : public IGameStateSnapshots
|
||||
COMPARE_FIELD(Peep, no_action_frame_num);
|
||||
COMPARE_FIELD(Peep, litter_count);
|
||||
COMPARE_FIELD(Peep, time_on_ride);
|
||||
COMPARE_FIELD(Peep, disgusting_count);
|
||||
COMPARE_FIELD(Peep, DisgustingCount);
|
||||
COMPARE_FIELD(Peep, PaidToEnter);
|
||||
COMPARE_FIELD(Peep, PaidOnRides);
|
||||
COMPARE_FIELD(Peep, PaidOnFood);
|
||||
|
||||
Reference in New Issue
Block a user