1
0
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:
Tulio Leao
2020-05-31 17:29:44 -03:00
committed by Gymnasiast
parent 7665d1386f
commit 0933cd4e57
8 changed files with 13 additions and 13 deletions

View File

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