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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user