1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00
Forgot to increment the mapElement after during loop.
This commit is contained in:
Duncan Frost
2015-05-19 17:41:32 +01:00
parent acea720db6
commit 3008d56851

View File

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