summaryrefslogtreecommitdiff
path: root/smallmap_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-05-21 12:01:57 +0000
committertron <tron@openttd.org>2006-05-21 12:01:57 +0000
commit65c06663ba1ce57079bffb815a476465e4875cab (patch)
tree9c205283cb6d8c8cc73f95e6dff768719a0f557a /smallmap_gui.c
parent1706164ff7ef6e0da5b05ac2d774fb87b5c349aa (diff)
downloadopenttd-65c06663ba1ce57079bffb815a476465e4875cab.tar.xz
(svn r4938) Remove STATION_HANGAR, because it isn't really a station type of its own
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r--smallmap_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c
index ee4378756..050534075 100644
--- a/smallmap_gui.c
+++ b/smallmap_gui.c
@@ -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;