1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +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

@@ -3055,7 +3055,7 @@ void Vehicle::PeepEasterEggHereWeAre() const
Peep* curPeep = GET_PEEP(vehicle->peep[i]);
if (curPeep->PeepFlags & PEEP_FLAGS_HERE_WE_ARE)
{
curPeep->InsertNewThought(PEEP_THOUGHT_TYPE_HERE_WE_ARE, curPeep->current_ride);
curPeep->InsertNewThought(PEEP_THOUGHT_TYPE_HERE_WE_ARE, curPeep->CurrentRide);
}
}
} while ((spriteId = vehicle->next_vehicle_on_train) != SPRITE_INDEX_NULL);