From 5df01bf95edc38bb43ce68f5a12f6c402436cf8b Mon Sep 17 00:00:00 2001 From: kiwitreekor Date: Thu, 30 Jan 2020 05:23:23 +0900 Subject: Add: [NewGRF] Station variable 6A, querying GRFID of nearby station tiles (#7956) --- src/table/newgrf_debug_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/table') diff --git a/src/table/newgrf_debug_data.h b/src/table/newgrf_debug_data.h index c5ed48df4..d14415051 100644 --- a/src/table/newgrf_debug_data.h +++ b/src/table/newgrf_debug_data.h @@ -127,6 +127,7 @@ static const NIVariable _niv_stations[] = { NIV(0x67, "land info of nearby tiles"), NIV(0x68, "station info of nearby tiles"), NIV(0x69, "information about cargo accepted in the past"), + NIV(0x6A, "GRFID of nearby station tiles"), NIV_END() }; -- cgit v1.2.3-54-g00ecf