(svn r12602) [NoAI] -Fix: minor type in documentation noai
authortruebrain
Mon, 07 Apr 2008 12:30:28 +0000
branchnoai
changeset 9870 875cae2f4696
parent 9869 6404afe43575
child 9871 dfafb0cf20ee
(svn r12602) [NoAI] -Fix: minor type in documentation
src/ai/api/ai_bridge.hpp
--- a/src/ai/api/ai_bridge.hpp	Sun Apr 06 23:07:42 2008 +0000
+++ b/src/ai/api/ai_bridge.hpp	Mon Apr 07 12:30:28 2008 +0000
@@ -116,7 +116,7 @@
 	 * @pre 'start' and 'end' are in a straight line, i.e.
 	 *  AIMap::GetTileX(start) == AIMap::GetTileX(end) or
 	 *  AIMap::GetTileY(start) == AIMap::GetTileY(end).
-	 * @pre 'vehicle_type' is either AIVehicle::VEHICLE_RAIL or AIVEHICLE::VEHICLE_ROAD.
+	 * @pre 'vehicle_type' is either AIVehicle::VEHICLE_RAIL or AIVehicle::VEHICLE_ROAD.
 	 * @exception AIError::ERR_ALREADY_BUILT
 	 * @exception AIError::ERR_AREA_NOT_CLEAR
 	 * @exception AIBridge::ERR_BRIDGE_TYPE_UNAVAILABLE