1
0
Fork 0

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

release/1.1
michi_cc 2010-07-16 19:39:38 +00:00
parent 6863b7539c
commit c5665202e1
1 changed files with 1 additions and 0 deletions

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