mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Clean up GuestHeadingToRideId
This commit is contained in:
@@ -2052,7 +2052,7 @@ int32_t guest_path_finding(Guest* peep)
|
||||
return guest_path_find_park_entrance(peep, edges);
|
||||
}
|
||||
|
||||
if (peep->GuestHeadingToRideId == 0xFF)
|
||||
if (peep->GuestHeadingToRideId == RIDE_ID_NULL)
|
||||
{
|
||||
#if defined(DEBUG_LEVEL_1) && DEBUG_LEVEL_1
|
||||
if (gPathFindDebug)
|
||||
|
||||
Reference in New Issue
Block a user