(svn r4938) Remove STATION_HANGAR, because it isn't really a station type of its own

This commit is contained in:
tron
2006-05-21 12:01:57 +00:00
parent 2b17d16ce2
commit 9bd8bccaa0
4 changed files with 3 additions and 7 deletions

View File

@@ -449,7 +449,6 @@ static inline uint32 GetSmallMapRoutesPixels(TileIndex tile)
if (t == MP_STATION) {
switch (GetStationType(tile)) {
case STATION_RAIL: bits = MKCOLOR(0x56565656); break;
case STATION_HANGAR:
case STATION_AIRPORT: bits = MKCOLOR(0xB8B8B8B8); break;
case STATION_TRUCK: bits = MKCOLOR(0xC2C2C2C2); break;
case STATION_BUS: bits = MKCOLOR(0xBFBFBFBF); break;