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