1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Clean up GuestHeadingToRideId

This commit is contained in:
Gymnasiast
2020-06-08 14:06:00 +02:00
parent 0dd5b3bbda
commit 65fa08ef35
4 changed files with 7 additions and 7 deletions

View File

@@ -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)