summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-08-16 09:04:53 +0000
committerrubidium <rubidium@openttd.org>2009-08-16 09:04:53 +0000
commitcb8690d898e3b6b2256cecb1e242de607628b5a3 (patch)
treec590413cc17fa0bc9228b27cdb3f4280f42e1ca3
parent66e98469bb5dbdcfc9f5ffabb6619c5ada6bacdc (diff)
downloadopenttd-cb8690d898e3b6b2256cecb1e242de607628b5a3.tar.xz
(svn r17201) -Fix [NoAI]: don't say you're building a depot when you're actually building a station (API docs typo)
-rw-r--r--src/ai/api/ai_road.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_road.hpp b/src/ai/api/ai_road.hpp
index a1ff43b39..9f8474838 100644
--- a/src/ai/api/ai_road.hpp
+++ b/src/ai/api/ai_road.hpp
@@ -359,7 +359,7 @@ public:
/**
* Builds a drive-through road bus or truck station.
- * @param tile Place to build the depot.
+ * @param tile Place to build the station.
* @param front A tile on the same axis with 'tile' as the station shall be oriented.
* @param road_veh_type Whether to build a truck or bus station.
* @param station_id The station to join, AIStation::STATION_NEW or AIStation::STATION_JOIN_ADJACENT.