1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Rename Peep:time_on_ride to TimeOnRide

This commit is contained in:
Tulio Leao
2020-05-31 17:25:34 -03:00
committed by Gymnasiast
parent 0e170d40d4
commit 7665d1386f
8 changed files with 13 additions and 13 deletions

View File

@@ -292,7 +292,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, TimeOnRide);
COMPARE_FIELD(Peep, DisgustingCount);
COMPARE_FIELD(Peep, PaidToEnter);
COMPARE_FIELD(Peep, PaidOnRides);