(svn r9788) [NoAI] -Fix r9786: forgot to doxygen comment 1 param noai
authortruelight
Fri, 04 May 2007 23:17:26 +0000
branchnoai
changeset 9619 6e81cec30a2b
parent 9618 a370e3f3bd70
child 9620 31e38d28a0af
(svn r9788) [NoAI] -Fix r9786: forgot to doxygen comment 1 param
src/ai/api/ai_tile.hpp
--- a/src/ai/api/ai_tile.hpp	Fri May 04 23:04:22 2007 +0000
+++ b/src/ai/api/ai_tile.hpp	Fri May 04 23:17:26 2007 +0000
@@ -40,6 +40,7 @@
 	 *   cargo and returns that value.
 	 * @pre tile is always positive and smaller than AIMap::GetMapSize().
 	 * @param tile the tile to check on.
+	 * @param cargo_type the cargo to check the acceptance of.
 	 * @return value below 8 means no acceptance; the more the better.
 	 */
 	static int32 GetCargoAcceptance(TileIndex tile, CargoID cargo_type);