1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix offset for left bottom walls

This commit is contained in:
Marijn van der Werf
2016-05-17 09:30:41 +02:00
parent bfaa2acf3f
commit aee8607f7a

View File

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