Skip to content

Commit

Permalink
Change: Remove road stops variable random_bits
Browse files Browse the repository at this point in the history
This was a joint variable for random_bits_tile and random_bits_station,
however this is not actually required
  • Loading branch information
JGRennison committed Jul 9, 2024
1 parent 1255ba0 commit 5c0622a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nml/actions/action2var_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,6 @@ def industry_cargotype(name, args, pos, info):
'animation_frame' : {'var': 0x49, 'start': 0, 'size': 8},

'waiting_triggers' : {'var': 0x5F, 'start': 0, 'size': 8},
'random_bits' : {'var': 0x5F, 'start': 8, 'size': 24},
'random_bits_tile' : {'var': 0x5F, 'start': 24, 'size': 8},
}

Expand Down

0 comments on commit 5c0622a

Please sign in to comment.