Skip to content

Commit

Permalink
Fix #256: Objects have a 'colour' in var 47. (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
frosch123 authored Sep 10, 2022
1 parent 8928f56 commit 52b46c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nml/actions/action2var_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,16 +655,14 @@ def industry_cargotype(name, args, pos, info):
'tile_slope' : {'var': 0x41, 'start': 8, 'size': 5},

'build_date' : {'var': 0x42, 'start': 0, 'size': 32},

'animation_frame' : {'var': 0x43, 'start': 0, 'size': 8},
'company_colour' : {'var': 0x43, 'start': 0, 'size': 8},

'owner' : {'var': 0x44, 'start': 0, 'size': 8},

'town_manhattan_dist' : {'var': 0x45, 'start': 0, 'size': 16},
'town_zone' : {'var': 0x45, 'start': 16, 'size': 8},

'town_euclidean_dist' : {'var': 0x46, 'start': 0, 'size': 16},
'colour' : {'var': 0x47, 'start': 0, 'size': 8},
'view' : {'var': 0x48, 'start': 0, 'size': 8},
'random_bits' : {'var': 0x5F, 'start': 8, 'size': 8},
}
Expand Down

0 comments on commit 52b46c4

Please sign in to comment.