Skip to content

Commit 7234c59

Browse files
authored
Rename formation_current_power to consist_current_power
1 parent c15e014 commit 7234c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nml/actions/action2var_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def unsigned_tile_offset(name, args, pos, info):
180180
'current_railtype' : {'var': 0x4A, 'start': 0, 'size': 8},
181181
'current_max_speed' : {'var': 0x4C, 'start': 0, 'size': 16, 'value_function': value_mul_div(0x4786, 0x10000)},
182182
'vehicle_is_in_depot' : {'var': 0xE2, 'start': 7, 'size': 1},
183-
'formation_current_power' : {'var': 0xF4, 'start': 0, 'size': 32},
183+
'consist_current_power' : {'var': 0xF4, 'start': 0, 'size': 32},
184184
}
185185

186186
varact2vars_roadvehs = {

0 commit comments

Comments
 (0)