summaryrefslogtreecommitdiff
path: root/airport_gui.c
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
commitd9199657c1a67163a959a7567eb0e2980fe0c110 (patch)
tree92d798f0b4fb8a4af515ea439aef158f9c0316b0 /airport_gui.c
parent8bf52f8c0f6c99d43f666ba5331048a4e3d3d166 (diff)
downloadopenttd-d9199657c1a67163a959a7567eb0e2980fe0c110.tar.xz
(svn r1207) -Fix: Compiler warning due to the modified catchment areas
Diffstat (limited to 'airport_gui.c')
-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;