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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user