Skip to content

Commit a818801

Browse files
committed
Fix fallback for CSG1 terrain surfaces
Thanks to Duncan for finding the error
1 parent 62f2f81 commit a818801

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

objects/rct1/terrain_surface/rct1aa.terrain_surface.roof_red/object.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
],
1515
"noCsgImages": [
1616
{ "path": "icon.png", "format": "raw", "x": 2, "y": 2 },
17-
"$G1[28971..28976]",
1817
"$G1[2029..2085]"
1918
],
2019
"strings": {

objects/rct1/terrain_surface/rct1ll.terrain_surface.roof_grey/object.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
],
1515
"noCsgImages": [
1616
{ "path": "icon.png", "format": "raw", "x": 2, "y": 2 },
17-
"$G1[28989..28994]",
1817
"$G1[2542..2598]"
1918
],
2019
"strings": {

objects/rct1/terrain_surface/rct1ll.terrain_surface.rust/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"noCsgImages": [
2525
{ "path": "icon.png", "format": "raw", "x": 2, "y": 2 },
26-
"$G1[28977..28982]",
26+
"$G1[2485..2541]",
2727
"$G1[2485..2541]"
2828
],
2929
"strings": {

objects/rct1/terrain_surface/rct1ll.terrain_surface.wood/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"noCsgImages": [
2525
{ "path": "icon.png", "format": "raw", "x": 2, "y": 2 },
26-
"$G1[28977..28982]",
26+
"$G1[2485..2541]",
2727
"$G1[2485..2541]"
2828
],
2929
"strings": {

0 commit comments

Comments
 (0)