Ref T773, style (simulator)

This commit is contained in:
Klaus Basan
2020-02-28 22:38:35 +01:00
committed by Mat Sutcliffe
parent acd5ee5a3c
commit a5f4705bb1
2 changed files with 2 additions and 3 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; } // this happens if requested for a coordinate where scenery is not available-
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;