From c2dbe23c88a59b4f24d19c658f1eea541fe8f10e Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 28 Oct 2014 00:51:51 +0000 Subject: (svn r27048) -Fix (r26158): Position in articulated vehicle is 4D, not 4A. --- src/table/newgrf_debug_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/newgrf_debug_data.h') 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"), -- cgit v1.2.3-54-g00ecf