From c5665202e11d3353900a3ef49d805ca44687680c Mon Sep 17 00:00:00 2001 From: michi_cc Date: Fri, 16 Jul 2010 19:39:38 +0000 Subject: (svn r20167) -Add: Vehicle var 4A to the NewGRF debug window. --- src/table/newgrf_debug_data.h | 1 + 1 file changed, 1 insertion(+) (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 0370f7ac0..8367f1607 100644 --- a/src/table/newgrf_debug_data.h +++ b/src/table/newgrf_debug_data.h @@ -55,6 +55,7 @@ static const NIVariable _niv_vehicles[] = { NIV(0x47, "vehicle cargo info"), NIV(0x48, "vehicle type info"), NIV(0x49, "year of construction"), + NIV(0x4A, "current rail type info"), NIV(0x60, "count vehicle id occurrences"), NIV_END() }; -- cgit v1.2.3-54-g00ecf