(svn r12224) [NoAI] -Fix r12220: forgot to rename the comment (tnx glx) noai
authortruebrain
Sat, 23 Feb 2008 14:50:11 +0000
branchnoai
changeset 9744 7297fcf46e03
parent 9743 4c44aa6a8f43
child 9745 fb2454d70f37
(svn r12224) [NoAI] -Fix r12220: forgot to rename the comment (tnx glx)
src/ai/api/ai_vehiclelist.hpp
--- a/src/ai/api/ai_vehiclelist.hpp	Sat Feb 23 14:49:31 2008 +0000
+++ b/src/ai/api/ai_vehiclelist.hpp	Sat Feb 23 14:50:11 2008 +0000
@@ -35,7 +35,7 @@
 
 	/**
 	 * The constructor to make a list of vehicles that goes to this station.
-	 * @param station The station to get the list of vehicles that go here from.
+	 * @param station_id The station to get the list of vehicles that go here from.
 	 */
 	AIStationVehicleList(StationID station_id);
 };