mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Fix park boundaries for out-of-bounds monorails in Africa - Oasis & Blackpool Pleasure Beach (#21309)
This commit is contained in:
@@ -2550,6 +2550,21 @@ namespace RCT1
|
||||
case SC_ALTON_TOWERS:
|
||||
FixLandOwnershipTilesWithOwnership({ { 11, 31 }, { 68, 112 }, { 72, 118 } }, OWNERSHIP_OWNED);
|
||||
break;
|
||||
case SC_BLACKPOOL_PLEASURE_BEACH:
|
||||
FixLandOwnershipTilesWithOwnership(
|
||||
{ { 93, 23 },
|
||||
{ 94, 23 },
|
||||
{ 95, 23 },
|
||||
{ 95, 24 },
|
||||
{ 96, 24 },
|
||||
{ 96, 25 },
|
||||
{ 97, 25 },
|
||||
{ 97, 26 },
|
||||
{ 97, 27 },
|
||||
{ 96, 28 } },
|
||||
OWNERSHIP_OWNED);
|
||||
FixLandOwnershipTilesWithOwnership({ { 94, 24 }, { 95, 25 } }, OWNERSHIP_CONSTRUCTION_RIGHTS_OWNED);
|
||||
break;
|
||||
case SC_FORT_ANACHRONISM:
|
||||
FixLandOwnershipTiles({ { 36, 87 }, { 54, 29 }, { 53, 88 } });
|
||||
break;
|
||||
|
||||
@@ -873,6 +873,12 @@ namespace RCT2
|
||||
{ 46, 87 },
|
||||
},
|
||||
OWNERSHIP_OWNED);
|
||||
FixLandOwnershipTilesWithOwnership(
|
||||
{
|
||||
{ 140, 58 }, { 141, 58 }, { 142, 58 }, { 143, 58 }, { 144, 58 }, { 145, 58 }, { 146, 58 }, { 147, 58 },
|
||||
{ 140, 74 }, { 141, 74 }, { 142, 74 }, { 143, 74 }, { 144, 74 }, { 145, 74 }, { 146, 74 }, { 147, 74 },
|
||||
},
|
||||
OWNERSHIP_CONSTRUCTION_RIGHTS_OWNED, true);
|
||||
// clang-format on
|
||||
}
|
||||
else if (
|
||||
|
||||
Reference in New Issue
Block a user