You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix mechanics walking past entrances
This commit is contained in:
@@ -1003,7 +1003,7 @@ static uint8 staff_mechanic_direction_path(rct_peep* peep, uint8 validDirections
|
||||
if (chosenTile.x == peep->next_x &&
|
||||
chosenTile.y == peep->next_y &&
|
||||
z == peep->next_z) {
|
||||
return direction;
|
||||
return entranceDirection;
|
||||
}
|
||||
|
||||
RCT2_GLOBAL(0x00F1AEE0, uint8) = 0;
|
||||
|
||||
Reference in New Issue
Block a user