mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
[XPlane] Model set must not contain ACF models
Discussion: see https://discordapp.com/channels/539048679160676382/539064750055751690/648974956306366499
This commit is contained in:
committed by
Mat Sutcliffe
parent
b9ea40e8d1
commit
386a0ccd5d
@@ -947,6 +947,11 @@ namespace BlackMisc
|
||||
return diff;
|
||||
}
|
||||
|
||||
int CAircraftModelList::removeXPlaneFlyablePlanes()
|
||||
{
|
||||
return this->removeIfExcluded();
|
||||
}
|
||||
|
||||
int CAircraftModelList::removeByDistributor(const CDistributor &distributor)
|
||||
{
|
||||
return this->removeIf(&CAircraftModel::getDistributor, distributor);
|
||||
|
||||
Reference in New Issue
Block a user