# HG changeset patch # User truelight # Date 1178320646 0 # Node ID 6e81cec30a2ba38c3af48927d22b3816217335ec # Parent a370e3f3bd705fef3c201e5814ceafad4359081b (svn r9788) [NoAI] -Fix r9786: forgot to doxygen comment 1 param diff -r a370e3f3bd70 -r 6e81cec30a2b 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);