1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Rename Peep::guest_heading_to_ride_id to GuestHeadingToRideId

This commit is contained in:
Tulio Leao
2020-05-31 18:02:31 -03:00
committed by Gymnasiast
parent 9fbaf61e07
commit d05e5f8dc7
12 changed files with 44 additions and 44 deletions

View File

@@ -78,7 +78,7 @@ protected:
// that with no actual ride to head towards, when a peep reaches a junction they use the 'aimless'
// pathfinder instead of pursuing their original pathfinding target. So, we always need to give them
// an actual ride to walk to the entrance of.
peep->guest_heading_to_ride_id = targetRideID;
peep->GuestHeadingToRideId = targetRideID;
// Pick the direction the peep should initially move in, given the goal position.
// This will also store the goal position and initialize pathfinding data for the peep.