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

Rename Peep::current_ride to CurrentRide

This commit is contained in:
Tulio Leao
2020-06-07 22:21:53 -03:00
parent c302b16386
commit ccd76f8fc4
16 changed files with 88 additions and 88 deletions

View File

@@ -194,7 +194,7 @@ static void CompareSpriteDataPeep(const Peep& left, const Peep& right)
COMPARE_FIELD(photo2_ride_ref);
COMPARE_FIELD(photo3_ride_ref);
COMPARE_FIELD(photo4_ride_ref);
COMPARE_FIELD(current_ride);
COMPARE_FIELD(CurrentRide);
COMPARE_FIELD(CurrentRideStation);
COMPARE_FIELD(CurrentTrain);
COMPARE_FIELD(TimeToSitdown);