Fix fences in direction 0

This commit is contained in:
Marijn van der Werf 2016-05-06 13:52:41 +02:00
parent 564d6b2e12
commit fda7dd6eea
1 changed files with 3 additions and 3 deletions

View File

@ -273,9 +273,9 @@ void fence_paint(uint8 direction, int height, rct_map_element * map_element)
imageOffset = 1;
}
offset = (rct_xyz16){1, 31, height};
bounds = (rct_xyz16){29, 1, ah};
boundsOffset = (rct_xyz16){2, 30, height + 1};
offset = (rct_xyz16){0, 0, height};
bounds = (rct_xyz16){1, 28, ah};
boundsOffset = (rct_xyz16){1, 1, height + 1};
break;
case 1: