mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Fix #4320. Ignoring no entry signs caused by refactor when originally implementing function.
This commit is contained in:
@@ -9329,6 +9329,7 @@ static int guest_path_finding(rct_peep* peep)
|
||||
return 1;
|
||||
}
|
||||
|
||||
_peepPathFindIsStaff = false;
|
||||
uint8 edges = path_get_permitted_edges(mapElement);
|
||||
|
||||
if (edges == 0) {
|
||||
|
||||
Reference in New Issue
Block a user