mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T298, split military flag into check for civilian/military
* in military -> only military aircraft? * in civilian -> only civilian aircraft?
This commit is contained in:
@@ -290,7 +290,12 @@ namespace BlackMisc
|
||||
|
||||
bool CSimulatedAircraft::isVtol() const
|
||||
{
|
||||
return getModel().isVtol();
|
||||
return this->getModel().isVtol();
|
||||
}
|
||||
|
||||
bool CSimulatedAircraft::isMilitary() const
|
||||
{
|
||||
return this->getModel().isMilitary();
|
||||
}
|
||||
|
||||
QString CSimulatedAircraft::getCombinedIcaoLiveryString(bool networkModel) const
|
||||
|
||||
Reference in New Issue
Block a user