File diff r21031:52ba3c85974a → r21032:e58adc438144
src/vehiclelist.h
Show inline comments
 
@@ -47,10 +47,7 @@ struct VehicleListIdentifier {
 
	VehicleListIdentifier(VehicleListType type, VehicleType vtype, CompanyID company, uint index = 0) :
 
		type(type), vtype(vtype), company(company), index(index) {}
 

	
 
	VehicleListIdentifier(uint32 data);
 

	
 
	/** Simple empty constructor. In this case you must set everything! */
 
	VehicleListIdentifier() {}
 
	VehicleListIdentifier(uint32 data = 0);
 
};
 

	
 
/** A list of vehicles. */