(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.

This commit is contained in:
michi_cc
2010-07-16 19:39:38 +00:00
parent 0ca6c03b1e
commit eeaa6995e6

View File

@@ -55,6 +55,7 @@ static const NIVariable _niv_vehicles[] = {
NIV(0x47, "vehicle cargo info"), NIV(0x47, "vehicle cargo info"),
NIV(0x48, "vehicle type info"), NIV(0x48, "vehicle type info"),
NIV(0x49, "year of construction"), NIV(0x49, "year of construction"),
NIV(0x4A, "current rail type info"),
NIV(0x60, "count vehicle id occurrences"), NIV(0x60, "count vehicle id occurrences"),
NIV_END() NIV_END()
}; };