NewGRF stations: Remove extended version of varuiable 68

This commit is contained in:
Jonathan G Rennison
2023-06-06 21:35:39 +01:00
parent 1d8df99c83
commit bc00753996
8 changed files with 2 additions and 52 deletions

View File

@@ -45,7 +45,6 @@ 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;