Skip to content

Commit

Permalink
Add: vehicle variable 'tile_has_catenary'.
Browse files Browse the repository at this point in the history
This addition reflects part of OpenTTD/OpenTTD#8554.
  • Loading branch information
frosch123 authored and FLHerne committed Jan 30, 2021
1 parent 9a799a8 commit 6ea2a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nml/actions/action2var_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def unsigned_tile_offset(name, args, pos, info):
'vehicle_is_offered' : {'var': 0x48, 'start': 2, 'size': 1},
'build_year' : {'var': 0x49, 'start': 0, 'size': 32},
'vehicle_is_potentially_powered' : {'var': 0x4A, 'start': 8, 'size': 1},
'tile_has_catenary' : {'var': 0x4A, 'start': 9, 'size': 1},
'date_of_last_service' : {'var': 0x4B, 'start': 0, 'size': 32},
'position_in_articulated_veh' : {'var': 0x4D, 'start': 0, 'size': 8},
'position_in_articulated_veh_from_end' : {'var': 0x4D, 'start': 8, 'size': 8},
Expand Down

0 comments on commit 6ea2a34

Please sign in to comment.