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
1 changed files with 1 additions and 0 deletions

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