Skip to content

Commit

Permalink
Fix OpenRCT2#324: Cannot build Colosseum inside a turn or helix
Browse files Browse the repository at this point in the history
Reverts changes made in OpenRCT2#300.
  • Loading branch information
Gymnasiast committed Apr 12, 2024
1 parent cd4766d commit d8378f2
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions objects/rct2/scenery_large/rct2.scenery_large.scol.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@
"y": 32,
"clearance": 72,
"hasSupports": true,
"walls": 5
"walls": 5,
"corners": 11
},
{
"x": 0,
"y": 64,
"clearance": 72,
"hasSupports": true,
"walls": 5
"walls": 5,
"corners": 7
},
{
"x": 0,
Expand All @@ -52,14 +54,16 @@
"y": 96,
"clearance": 72,
"hasSupports": true,
"walls": 10
"walls": 10,
"corners": 7
},
{
"x": 64,
"y": 96,
"clearance": 72,
"hasSupports": true,
"walls": 10
"walls": 10,
"corners": 14
},
{
"x": 96,
Expand All @@ -74,14 +78,16 @@
"y": 64,
"clearance": 72,
"hasSupports": true,
"walls": 5
"walls": 5,
"corners": 14
},
{
"x": 96,
"y": 32,
"clearance": 72,
"hasSupports": true,
"walls": 5
"walls": 5,
"corners": 13
},
{
"x": 96,
Expand All @@ -96,14 +102,16 @@
"y": 0,
"clearance": 72,
"hasSupports": true,
"walls": 10
"walls": 10,
"corners": 13
},
{
"x": 32,
"y": 0,
"clearance": 72,
"hasSupports": true,
"walls": 10
"walls": 10,
"corners": 11
}
]
},
Expand Down

0 comments on commit d8378f2

Please sign in to comment.