changeset 15514:ceb41b9c1b80 draft

(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.
author michi_cc <michi_cc@openttd.org>
date Fri, 16 Jul 2010 19:39:38 +0000
parents c4bd37c3a0c5
children 7ab513db840e
files src/table/newgrf_debug_data.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/newgrf_debug_data.h
+++ b/src/table/newgrf_debug_data.h
@@ -55,6 +55,7 @@
 	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()
 };