summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_airport.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-07-17 21:36:26 +0000
committeryexo <yexo@openttd.org>2009-07-17 21:36:26 +0000
commit38768d0ca21c6fc44326ab5621a8d71892e0f5bf (patch)
tree8450cb0622e1a9c07186bf6213983e1dd4a48485 /src/ai/api/ai_airport.hpp
parent4e5af51d1f56bc303dde2290a12cc219403b9c66 (diff)
downloadopenttd-38768d0ca21c6fc44326ab5621a8d71892e0f5bf.tar.xz
(svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ones and fix a type in the noai documentation (patch by Chruker)
Diffstat (limited to 'src/ai/api/ai_airport.hpp')
-rw-r--r--src/ai/api/ai_airport.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_airport.hpp b/src/ai/api/ai_airport.hpp
index e4541edf6..fc9fd2acf 100644
--- a/src/ai/api/ai_airport.hpp
+++ b/src/ai/api/ai_airport.hpp
@@ -129,7 +129,7 @@ public:
* @exception AIError::ERR_FLAT_LAND_REQUIRED
* @exception AIError::ERR_LOCAL_AUTHORITY_REFUSES
* @exception AIStation::ERR_STATION_TOO_LARGE
- * @exception AIStation::ERR_STATION_TOO_CLOSE_TO_OTHER_STATION
+ * @exception AIStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION
* @return Whether the airport has been/can be build or not.
*/
static bool BuildAirport(TileIndex tile, AirportType type, StationID station_id);