1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

remove use of 0x00F1AEE0 in footpath_is_connected_to_map_edge

This commit is contained in:
Ted John
2016-05-17 22:03:06 +01:00
parent e73aeb9a42
commit 6510de394b
2 changed files with 12 additions and 5 deletions

View File

@@ -652,7 +652,7 @@ bool editor_check_park()
return false;
case FOOTPATH_SEARCH_SUCCESS:
// Run the search again and unown the path
footpath_is_connected_to_map_edge(x, y, z, direction, 0x20);
footpath_is_connected_to_map_edge(x, y, z, direction, (1 << 5));
break;
}
}