summaryrefslogtreecommitdiff
path: root/src/table/newgrf_debug_data.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2014-10-28 00:51:51 +0000
committerpeter1138 <peter1138@openttd.org>2014-10-28 00:51:51 +0000
commitc2dbe23c88a59b4f24d19c658f1eea541fe8f10e (patch)
tree4e51dbc65e6de67bc3504d664bc6e952bfea41f3 /src/table/newgrf_debug_data.h
parentaa97a3cdfc2082b69f3f133c97567385ffad6e0d (diff)
downloadopenttd-c2dbe23c88a59b4f24d19c658f1eea541fe8f10e.tar.xz
(svn r27048) -Fix (r26158): Position in articulated vehicle is 4D, not 4A.
Diffstat (limited to 'src/table/newgrf_debug_data.h')
-rw-r--r--src/table/newgrf_debug_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/newgrf_debug_data.h b/src/table/newgrf_debug_data.h
index 4814ae50c..c73140934 100644
--- a/src/table/newgrf_debug_data.h
+++ b/src/table/newgrf_debug_data.h
@@ -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"),