mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Fix ClearanceZ for large half loops down
This commit is contained in:
@@ -2106,7 +2106,7 @@ static constexpr PreviewTrack TrackBlocks184[] = {
|
||||
|
||||
// LeftLargeHalfLoopDown
|
||||
static constexpr PreviewTrack TrackBlocks185[] = {
|
||||
{ 0, 0, 0, -32, 24, { 0b1111, 0 }, 0 },
|
||||
{ 0, 0, 0, -32, 16, { 0b1111, 0 }, 0 },
|
||||
{ 1, -32, 0, -216, 192, { 0b1111, 0 }, 0 },
|
||||
{ 2, -64, 0, -160, 96, { 0b1111, 0 }, 0 },
|
||||
{ 3, -32, -32, -216, 192, { 0b1111, 0 }, 0 },
|
||||
@@ -2118,7 +2118,7 @@ static constexpr PreviewTrack TrackBlocks185[] = {
|
||||
|
||||
// RightLargeHalfLoopDown
|
||||
static constexpr PreviewTrack TrackBlocks186[] = {
|
||||
{ 0, 0, 0, -32, 24, { 0b1111, 0 }, 0 },
|
||||
{ 0, 0, 0, -32, 16, { 0b1111, 0 }, 0 },
|
||||
{ 1, -32, 0, -216, 192, { 0b1111, 0 }, 0 },
|
||||
{ 2, -64, 0, -160, 96, { 0b1111, 0 }, 0 },
|
||||
{ 3, -32, 32, -216, 192, { 0b1111, 0 }, 0 },
|
||||
|
||||
Reference in New Issue
Block a user