mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Formatting, renaming
This commit is contained in:
committed by
Roland Winklmeier
parent
eb0fa92e7e
commit
d021e2dcce
@@ -932,7 +932,7 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
// do we already have ground details?
|
||||
if (situation.getOnGroundDetails() == CAircraftSituation::NotSet)
|
||||
if (situation.getOnGroundDetails() == CAircraftSituation::NotSetGroundDetails)
|
||||
{
|
||||
const CClient client = this->getClientOrDefaultForCallsign(callsign);
|
||||
if (client.hasCapability(CClient::FsdWithGroundFlag))
|
||||
|
||||
Reference in New Issue
Block a user