summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorkiwitreekor <kiwitreekor@gmail.com>2020-01-30 05:23:23 +0900
committerGitHub <noreply@github.com>2020-01-29 21:23:23 +0100
commit5df01bf95edc38bb43ce68f5a12f6c402436cf8b (patch)
tree25812c79c15329e57e66445260bdda7b0bfbf01a /src/table
parent2fee030a26996a167adbf28f96fca8c4fd749005 (diff)
downloadopenttd-5df01bf95edc38bb43ce68f5a12f6c402436cf8b.tar.xz
Add: [NewGRF] Station variable 6A, querying GRFID of nearby station tiles (#7956)
Diffstat (limited to 'src/table')
-rw-r--r--src/table/newgrf_debug_data.h1
1 files changed, 1 insertions, 0 deletions
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()
};