summaryrefslogtreecommitdiff
path: root/src/table/newgrf_debug_data.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-07-16 19:39:38 +0000
committermichi_cc <michi_cc@openttd.org>2010-07-16 19:39:38 +0000
commitc5665202e11d3353900a3ef49d805ca44687680c (patch)
tree300b03fc832907299bbb58f3f76307d91991fb50 /src/table/newgrf_debug_data.h
parent6863b7539c55ef913e7f3124e0cd5753cb2380e1 (diff)
downloadopenttd-c5665202e11d3353900a3ef49d805ca44687680c.tar.xz
(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.
Diffstat (limited to 'src/table/newgrf_debug_data.h')
-rw-r--r--src/table/newgrf_debug_data.h1
1 files changed, 1 insertions, 0 deletions
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()
};