One small mispelled function fix

This commit is contained in:
Robert Jordan 2015-05-17 12:42:43 -04:00
parent 9eed7dc614
commit eb85b8f4dd
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ void update_park_fences(int x, int y)
if (TILE_MAP_ELEMENT_POINTER(tile_idx)->properties.surface.ownership & newOwnership) {
int z0 = TILE_MAP_ELEMENT_POINTER(tile_idx)->base_height * 8;
int z1 = z0 + 16;
invalidate_viewport_tile(x, y, z0, z1);
gfx_invalidate_viewport_tile(x, y, z0, z1);
}
TILE_MAP_ELEMENT_POINTER(tile_idx)->properties.surface.ownership = newOwnership;
}