Add: [NewGRF] Station variable 6A, querying GRFID of nearby station tiles (#7956)

This commit is contained in:
kiwitreekor
2020-01-30 05:23:23 +09:00
committed by GitHub
parent 2fee030a26
commit 5df01bf95e
2 changed files with 11 additions and 0 deletions

View File

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