1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Rename Peep::disgusting_count to DisgustingCount

This commit is contained in:
Tulio Leao
2020-05-30 19:49:30 -03:00
parent a987a9ee5e
commit 0c502988ef
8 changed files with 13 additions and 13 deletions

View File

@@ -246,7 +246,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(no_action_frame_num);
COMPARE_FIELD(litter_count);
COMPARE_FIELD(time_on_ride);
COMPARE_FIELD(disgusting_count);
COMPARE_FIELD(DisgustingCount);
COMPARE_FIELD(PaidToEnter);
COMPARE_FIELD(PaidOnRides);
COMPARE_FIELD(PaidOnFood);