Changeset - r11132:63e74ed3bceb
[Not reviewed]
master
0 1 0
frosch - 15 years ago 2009-02-14 18:40:31
frosch@openttd.org
(svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry().
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/ai/api/ai_industrytype.hpp
Show inline comments
 
@@ -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);
 

	
0 comments (0 inline, 0 general)