Fix jr rc left/right half banked helix up/down small bound boxes

This commit is contained in:
duncanspumpkin 2016-09-04 17:57:41 +01:00
parent b449ed16ec
commit 8c5395cbd1
1 changed files with 6 additions and 6 deletions

View File

@ -565,7 +565,7 @@ const rct_xy16 defaultRightHelixUpSmallQuarterBoundLengths[4][3][2] = {
{
{ {0}, {32, 1} },
{16, 16},
{ {0}, {32, 20} }
{ {0}, {1, 32} }
},
{
{ {20, 32}, {1, 32} },
@ -583,15 +583,15 @@ const rct_xyz16 defaultRightHelixUpSmallQuarterBoundOffsets[4][3][2] = {
{
{6, 0},
{16, 0},
{ {0, 6}, {0, 21} },
{ {0, 6}, {0, 27} },
},
{
{ {0}, {0, 21} },
{0, 0, 21},
{ {0}, {21, 0} },
{ {0}, {0, 27} },
{0, 0, 27},
{ {0}, {27, 0} },
},
{
{ {6, 0}, {21, 0} },
{ {6, 0}, {27, 0} },
{0, 16},
{0, 6},
}