mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Rename Peep::vandalism_seen to VandalismSeen
This commit is contained in:
@@ -254,7 +254,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
|
||||
COMPARE_FIELD(no_of_food);
|
||||
COMPARE_FIELD(no_of_drinks);
|
||||
COMPARE_FIELD(no_of_souvenirs);
|
||||
COMPARE_FIELD(vandalism_seen);
|
||||
COMPARE_FIELD(VandalismSeen);
|
||||
COMPARE_FIELD(VoucherType);
|
||||
COMPARE_FIELD(VoucherArguments);
|
||||
COMPARE_FIELD(SurroundingsThoughtTimeout);
|
||||
|
||||
Reference in New Issue
Block a user