diff options
author | michi_cc <michi_cc@openttd.org> | 2010-07-16 19:39:38 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2010-07-16 19:39:38 +0000 |
commit | c5665202e11d3353900a3ef49d805ca44687680c (patch) | |
tree | 300b03fc832907299bbb58f3f76307d91991fb50 | |
parent | 6863b7539c55ef913e7f3124e0cd5753cb2380e1 (diff) | |
download | openttd-c5665202e11d3353900a3ef49d805ca44687680c.tar.xz |
(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.
-rw-r--r-- | src/table/newgrf_debug_data.h | 1 |
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() }; |