Changeset - r751:e37f8a5e0e36
[Not reviewed]
master
0 1 0
celestar - 19 years ago 2004-12-21 19:07:23
celestar@openttd.org
(svn r1207) -Fix: Compiler warning due to the modified catchment areas
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
airport_gui.c
Show inline comments
 
@@ -153,6 +153,7 @@ static void BuildAirportPickerWndProc(Wi
 
         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;
0 comments (0 inline, 0 general)