mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Fix jr rc left/right half banked helix up/down small bound boxes
This commit is contained in:
@@ -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},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user