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

This commit is contained in:
peter1138 2014-10-28 00:51:51 +00:00
parent aa97a3cdfc
commit c2dbe23c88
1 changed files with 1 additions and 1 deletions

View File

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