NewGRF: Add/extend station variables for station info of nearby tiles
In preparation for support of more than 255 stations per GRF
This commit is contained in:
@@ -45,6 +45,8 @@ static bool IsExpensiveStationVariable(uint16 variable)
|
||||
case 0x67:
|
||||
case 0x68:
|
||||
case 0x6A:
|
||||
case A2VRI_STATION_INFO_NEARBY_TILES_EXT:
|
||||
case A2VRI_STATION_INFO_NEARBY_TILES_V2:
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user