diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index a603b40bfd..17aa46ed6f 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -1928,7 +1928,7 @@ CommandCost CmdBuildAirport(TileIndex tile, DoCommandFlag flags, uint32 p1, uint } Station *st = NULL; - CommandCost ret = FindJoiningStation(INVALID_STATION, station_to_join, HasBit(p2, 0), TileArea(tile, 1, 1), &st); + CommandCost ret = FindJoiningStation(INVALID_STATION, station_to_join, HasBit(p2, 0), TileArea(tile, w, h), &st); if (CmdFailed(ret)) return ret; /* Distant join */