src/ai/api/ai_vehiclelist_valuator.cpp
branchnoai
changeset 9684 623970482fb2
parent 9615 f809cdc8e360
child 9753 7209db94ad12
equal deleted inserted replaced
9683:a4683b021073 9684:623970482fb2
    38 
    38 
    39 int32 AIVehicleListProfitLastYear::Valuate(int32 vehicle) const
    39 int32 AIVehicleListProfitLastYear::Valuate(int32 vehicle) const
    40 {
    40 {
    41 	return AIVehicle::GetProfitLastYear(vehicle);
    41 	return AIVehicle::GetProfitLastYear(vehicle);
    42 }
    42 }
       
    43 
       
    44 int32 AIVehicleListVehicleType::Valuate(int32 vehicle) const
       
    45 {
       
    46 	return AIVehicle::GetVehicleType(vehicle);
       
    47 }