File diff r25406:017a9f8d3ec9 → r25407:b37c2c854ce5
src/script/api/script_stationlist.hpp
Show inline comments
 
@@ -279,7 +279,7 @@ public:
 
class ScriptStationList_Vehicle : public ScriptList {
 
public:
 
	/**
 
	 * @param vehicle_id The vehicle to get the list of stations he has in its orders from.
 
	 * @param vehicle_id The vehicle to get the list of stations it has in its orders from.
 
	 */
 
	ScriptStationList_Vehicle(VehicleID vehicle_id);
 
};