1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +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

@@ -244,7 +244,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(pathfind_history[i].direction);
}
COMPARE_FIELD(no_action_frame_num);
COMPARE_FIELD(litter_count);
COMPARE_FIELD(LitterCount);
COMPARE_FIELD(TimeOnRide);
COMPARE_FIELD(DisgustingCount);
COMPARE_FIELD(PaidToEnter);