Ref T773, style

This commit is contained in:
Klaus Basan
2020-02-24 14:36:41 +01:00
committed by Mat Sutcliffe
parent 8e89488bae
commit fe1e976093
5 changed files with 7 additions and 7 deletions

View File

@@ -363,7 +363,7 @@ namespace BlackCore
void ISimulator::callbackReceivedRequestedElevation(const CElevationPlane &plane, const CCallsign &callsign)
{
if (this->isShuttingDown()) { return; }
if (plane.isNull()) { return; }
if (plane.isNull()) { return; } // this happens if requested for a coordinate where scenery is not available-
// Update in remote aircraft for given callsign
bool updatedForOnGroundPosition = false;