1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +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

@@ -252,7 +252,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(paid_on_food);
COMPARE_FIELD(paid_on_souvenirs);
COMPARE_FIELD(no_of_food);
COMPARE_FIELD(no_of_drinks);
COMPARE_FIELD(NoOfDrinks);
COMPARE_FIELD(NoOfSouvenirs);
COMPARE_FIELD(VandalismSeen);
COMPARE_FIELD(VoucherType);