src/airport_gui.cpp
branchNewGRF_ports
changeset 6770 8400b517b905
parent 6768 d29ac98e3e0c
child 6774 058a44ffc7c2
--- a/src/airport_gui.cpp	Tue Aug 07 15:11:52 2007 +0000
+++ b/src/airport_gui.cpp	Tue Aug 07 23:15:28 2007 +0000
@@ -53,7 +53,7 @@
 		DoCommandP(tile,
 				_airport.layout_set | (_airport.numtracks << 8) | (_airport.platlength << 16) | (_ctrl_pressed << 24),
 				0x80 | (_airport.fsmports_class << 8) | (_airport.station_type << 16), CcBuildAirport,
-				CMD_BUILD_AIRPORT | CMD_NO_WATER | CMD_AUTO | CMD_MSG(STR_A001_CAN_T_BUILD_AIRPORT_HERE));
+				CMD_BUILD_AIRPORT | CMD_AUTO | CMD_MSG(STR_A001_CAN_T_BUILD_AIRPORT_HERE));
 }
 
 static void PlaceAir_DemolishArea(TileIndex tile)