Skip to content

Commit

Permalink
Add: Support for Action5 type 19 road waypoints (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyris authored Jan 1, 2025
1 parent bfec170 commit dabf9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nml/actions/action5.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class Action5BlockType:
"AIRPORT_PREVIEW": (0x16, 9, Action5BlockType.OFFSET),
"RAILTYPE_TUNNELS": (0x17, 16, Action5BlockType.OFFSET),
"OTTD_RECOLOUR": (0x18, 1, Action5BlockType.OFFSET),
"ROAD_WAYPOINTS": (0x19, 4, Action5BlockType.OFFSET),
}


Expand Down

0 comments on commit dabf9c8

Please sign in to comment.