1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Rename Peep::no_of_drinks to NoOfDrinks

This commit is contained in:
Tulio Leao
2020-05-30 19:26:24 -03:00
parent 625f7859a4
commit bc7ea40c4b
9 changed files with 10 additions and 10 deletions

View File

@@ -299,7 +299,7 @@ struct GameStateSnapshots final : public IGameStateSnapshots
COMPARE_FIELD(Peep, paid_on_food);
COMPARE_FIELD(Peep, paid_on_souvenirs);
COMPARE_FIELD(Peep, no_of_food);
COMPARE_FIELD(Peep, no_of_drinks);
COMPARE_FIELD(Peep, NoOfDrinks);
COMPARE_FIELD(Peep, NoOfSouvenirs);
COMPARE_FIELD(Peep, VandalismSeen);
COMPARE_FIELD(Peep, VoucherType);