summaryrefslogtreecommitdiff
path: root/src/station_map.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-01-17 14:22:07 +0000
committeryexo <yexo@openttd.org>2010-01-17 14:22:07 +0000
commit830af8ee77bbbedb23f4caa53c8b47c20235f1b2 (patch)
treec1ff6197676c450a2487b608dc646bcb3df7b3ae /src/station_map.h
parentf920415752e3b9e4e18dcd602e535d0c9b49e5d8 (diff)
downloadopenttd-830af8ee77bbbedb23f4caa53c8b47c20235f1b2.tar.xz
(svn r18845) -Codechange: introduce AirportTileSpec and use it for animation
Diffstat (limited to 'src/station_map.h')
-rw-r--r--src/station_map.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/station_map.h b/src/station_map.h
index 53627b4cf..f4b3b691a 100644
--- a/src/station_map.h
+++ b/src/station_map.h
@@ -32,22 +32,8 @@ static inline StationID GetStationIndex(TileIndex t)
enum {
- GFX_RADAR_LARGE_FIRST = 31,
- GFX_RADAR_LARGE_LAST = 42,
- GFX_WINDSACK_FIRST = 50,
- GFX_WINDSACK_LAST = 53,
-
GFX_DOCK_BASE_WATER_PART = 4,
GFX_TRUCK_BUS_DRIVETHROUGH_OFFSET = 4,
-
- GFX_RADAR_INTERNATIONAL_FIRST = 66,
- GFX_RADAR_INTERNATIONAL_LAST = 77,
- GFX_RADAR_METROPOLITAN_FIRST = 78,
- GFX_RADAR_METROPOLITAN_LAST = 89,
- GFX_RADAR_DISTRICTWE_FIRST = 121,
- GFX_RADAR_DISTRICTWE_LAST = 132,
- GFX_WINDSACK_INTERCON_FIRST = 140,
- GFX_WINDSACK_INTERCON_LAST = 143,
};
/**