Skip to content

Commit

Permalink
Update: increase number of OTTD_GUI sprites to 191 (OpenTTD#235)
Browse files Browse the repository at this point in the history
This reflects OpenTTD/OpenTTD#9067
  • Loading branch information
glx22 authored Aug 23, 2021
1 parent 4594cd1 commit 55a7b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nml/actions/action5.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Action5BlockType:
"AQUEDUCTS": (0x12, 8, Action5BlockType.OFFSET),
"AUTORAIL": (0x13, 55, Action5BlockType.OFFSET),
"FLAGS": (0x14, 36, Action5BlockType.OFFSET),
"OTTD_GUI": (0x15, 186, Action5BlockType.OFFSET),
"OTTD_GUI": (0x15, 191, Action5BlockType.OFFSET),
"AIRPORT_PREVIEW": (0x16, 9, Action5BlockType.OFFSET),
"RAILTYPE_TUNNELS": (0x17, 16, Action5BlockType.OFFSET),
"OTTD_RECOLOUR": (0x18, 1, Action5BlockType.OFFSET),
Expand Down

0 comments on commit 55a7b0f

Please sign in to comment.