1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Rename Peep::voucher_type to VoucherType

This commit is contained in:
Tulio Leao
2020-05-30 19:20:20 -03:00
parent bf228abf55
commit fd71b1b009
11 changed files with 18 additions and 18 deletions

View File

@@ -255,7 +255,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(no_of_drinks);
COMPARE_FIELD(no_of_souvenirs);
COMPARE_FIELD(vandalism_seen);
COMPARE_FIELD(voucher_type);
COMPARE_FIELD(VoucherType);
COMPARE_FIELD(VoucherArguments);
COMPARE_FIELD(SurroundingsThoughtTimeout);
COMPARE_FIELD(Angriness);