You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dat/Objects/Industry/IndustryObject.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public record IndustryObject(
56
56
[property:LocoStructOffset(0xED),LocoStructVariableLoad,LocoArrayLength(IndustryObject.MaxWallTypeCount)]List<S5Header>WallTypes,// There can be up to 4 different wall types for an industry
57
57
[property:LocoStructOffset(0xF1),LocoStructVariableLoad,Browsable(false)]object_id_BuildingWall,// Selection of wall types isn't completely random from the 4 it is biased into 2 groups of 2 (wall and entrance)
58
58
[property:LocoStructOffset(0xF2),LocoStructVariableLoad,Browsable(false)]object_id_BuildingWallEntrance,// An alternative wall type that looks like a gate placed at random places in building perimeter
0 commit comments