mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 07:06:01 +00:00
(svn r1207) -Fix: Compiler warning due to the modified catchment areas
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user