summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2004-12-21 19:07:23 +0000
committercelestar <celestar@openttd.org>2004-12-21 19:07:23 +0000
commit1d6ab6a153db511f05416e60c79868a179ebf3e5 (patch)
tree92d798f0b4fb8a4af515ea439aef158f9c0316b0
parentb2f34f71d7b87cc77f368dabc3ea0fcb8e89070b (diff)
downloadopenttd-1d6ab6a153db511f05416e60c79868a179ebf3e5.tar.xz
(svn r1207) -Fix: Compiler warning due to the modified catchment areas
-rw-r--r--airport_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/airport_gui.c b/airport_gui.c
index 2c7f035f6..7aaf5a665 100644
--- a/airport_gui.c
+++ b/airport_gui.c
@@ -153,6 +153,7 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e)
case AT_LARGE: rad = CA_AIR_LARGE; break;
case AT_METROPOLITAN: rad = CA_AIR_METRO; break;
case AT_INTERNATIONAL: rad = CA_AIR_INTER; break;
+ default: rad = 4; break;
}
} else {
rad = 4;