summaryrefslogtreecommitdiff
path: root/src/ai
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-14 18:40:31 +0000
committerfrosch <frosch@openttd.org>2009-02-14 18:40:31 +0000
commitb123756c9f2e528c78531376c21112aed57d38a8 (patch)
tree3de108ea9ee6dba574d65f6e91a1e69b980c0e7e /src/ai
parent03a1051de99079f079bce842ec1e403368c32d0f (diff)
downloadopenttd-b123756c9f2e528c78531376c21112aed57d38a8.tar.xz
(svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry().
Diffstat (limited to 'src/ai')
-rw-r--r--src/ai/api/ai_industrytype.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/api/ai_industrytype.hpp b/src/ai/api/ai_industrytype.hpp
index 9118a5638..2b9241745 100644
--- a/src/ai/api/ai_industrytype.hpp
+++ b/src/ai/api/ai_industrytype.hpp
@@ -79,8 +79,8 @@ public:
* Can you build this type of industry?
* @param industry_type The type of the industry.
* @pre IsValidIndustryType(industry_type).
- * @return True if you can prospect this type of industry.
- * @note Returns false if you can only prospect this type of industry.
+ * @return True if you can build this type of industry at locations of your choice.
+ * @note Returns false if you can only prospect this type of industry, or not build it at all.
*/
static bool CanBuildIndustry(IndustryType industry_type);