(svn r27048) -Fix (r26158): Position in articulated vehicle is 4D, not 4A.

pull/155/head
peter1138 10 years ago
parent 9cb1ca6fbd
commit 2c21d4fbd1

@ -61,7 +61,7 @@ static const NIVariable _niv_vehicles[] = {
NIV(0x4A, "current rail type info"),
NIV(0x4B, "long date of last service"),
NIV(0x4C, "current max speed"),
NIV(0x4A, "position in articulated vehicle"),
NIV(0x4D, "position in articulated vehicle"),
NIV(0x60, "count vehicle id occurrences"),
// 0x61 not useful, since it requires register 0x10F
NIV(0x62, "Curvature/position difference to other vehicle"),

Loading…
Cancel
Save