mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
@@ -769,7 +769,7 @@ void update_park_fences(int x, int y)
|
||||
fence_required = 0;
|
||||
break;
|
||||
}
|
||||
} while (!map_element_is_last_for_tile(mapElement));
|
||||
} while (!map_element_is_last_for_tile(mapElement++));
|
||||
|
||||
if (fence_required) {
|
||||
// As map_is_location_in_park sets the error text
|
||||
|
||||
Reference in New Issue
Block a user