1
0
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:
duncanspumpkin
2016-08-22 21:04:41 +01:00
parent 35ae7600f9
commit 8ffe0fb4b6

View File

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