mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-14 16:15:14 +01:00
(svn r27048) -Fix (r26158): Position in articulated vehicle is 4D, not 4A.
This commit is contained in:
parent
aa97a3cdfc
commit
c2dbe23c88
@ -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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user