mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T261, detect gnd.flag (from network) suppport, display gnd.flag info in UI
* add flag info in simulated aircraft * allow to display info in UI * unified naming to "contains" in situation list * updated client provider
This commit is contained in:
@@ -180,7 +180,7 @@ namespace BlackMisc
|
||||
for (CSimulatedAircraft &aircraft : (*this))
|
||||
{
|
||||
if (aircraft.getCallsign() != callsign) { continue; }
|
||||
aircraft.setSituation(situation);
|
||||
aircraft.setSituation(situation); // also sets setSupportingGndFlag
|
||||
if (onlyFirst) break;
|
||||
}
|
||||
return c;
|
||||
|
||||
Reference in New Issue
Block a user