1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-07-09 13:59:41 +01:00

(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 6863b7539c
commit c5665202e1

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()
}; };