mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Rename Peep::ride_types_been_on to use TitleCase
This commit is contained in:
@@ -188,7 +188,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
|
||||
COMPARE_FIELD(paid_on_drink);
|
||||
for (int i = 0; i < PEEP_MAX_THOUGHTS; i++)
|
||||
{
|
||||
COMPARE_FIELD(ride_types_been_on[i]);
|
||||
COMPARE_FIELD(RideTypesBeenOn[i]);
|
||||
}
|
||||
COMPARE_FIELD(ItemExtraFlags);
|
||||
COMPARE_FIELD(Photo2RideRef);
|
||||
|
||||
Reference in New Issue
Block a user