1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 09:39:10 +00:00

(svn r1207) -Fix: Compiler warning due to the modified catchment areas

This commit is contained in:
celestar
2004-12-21 19:07:23 +00:00
parent 8bf52f8c0f
commit d9199657c1

@@ -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;