src/ai/api/ai_stationlist.cpp
branchnoai
changeset 9746 e4ab7ea8d897
parent 9745 fb2454d70f37
child 9778 38560cd27070
--- a/src/ai/api/ai_stationlist.cpp	Sat Feb 23 15:16:21 2008 +0000
+++ b/src/ai/api/ai_stationlist.cpp	Sat Feb 23 16:21:10 2008 +0000
@@ -15,9 +15,8 @@
 	}
 }
 
-AIStationList_Vehicle::AIStationList_Vehicle(VehicleID vehicle_id) : AIStationList(AIStation::STATION_ANY)
+AIStationList_Vehicle::AIStationList_Vehicle(VehicleID vehicle_id)
 {
-	this->Clear();
 	if (!AIVehicle::IsValidVehicle(vehicle_id)) return;
 
 	Vehicle *v = ::GetVehicle(vehicle_id);