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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user