Skip to content

Commit b712bc9

Browse files
committed
Add: Support for Action5 type 1B bridge deck overlays
1 parent 1857e01 commit b712bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nml/actions/action5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class Action5BlockType:
8585
"OTTD_RECOLOUR": (0x18, 1, Action5BlockType.OFFSET),
8686
"ROAD_WAYPOINTS": (0x19, 4, Action5BlockType.OFFSET),
8787
"OVERLAY_ROCKS": (0x1A, 95, Action5BlockType.OFFSET),
88+
"BRIDGE_DECKS": (0x1B, 24, Action5BlockType.OFFSET),
8889
}
8990

9091

0 commit comments

Comments
 (0)