Changeset - r6915:e9f6ec06796d
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-06-16 10:10:22
rubidium@openttd.org
(svn r10168) -Fix [FS#879]: cannot build airport when an aircraft is flying over it.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -626,7 +626,7 @@ int32 CheckFlatLandBelow(TileIndex tile,
 
			return_cmd_error(STR_5007_MUST_DEMOLISH_BRIDGE_FIRST);
 
		}
 

	
 
		if (!EnsureNoVehicle(tile_cur)) return CMD_ERROR;
 
		if (!EnsureNoVehicleOnGround(tile_cur)) return CMD_ERROR;
 

	
 
		uint z;
 
		Slope tileh = GetTileSlope(tile_cur, &z);
0 comments (0 inline, 0 general)