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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user