1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Rename Peep::favourite_ride to FavouriteRide

This commit is contained in:
Tulio Leao
2020-05-13 23:06:40 -03:00
parent 7a6de648fe
commit 3b632fcf95
12 changed files with 16 additions and 16 deletions

View File

@@ -264,7 +264,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(balloon_colour);
COMPARE_FIELD(umbrella_colour);
COMPARE_FIELD(hat_colour);
COMPARE_FIELD(favourite_ride);
COMPARE_FIELD(FavouriteRide);
COMPARE_FIELD(FavouriteRideRating);
COMPARE_FIELD(ItemStandardFlags);
}