]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGAtmosphere.cpp
JSBSim updates. This update changes the file format, so an update of the base
[flightgear.git] / src / FDM / JSBSim / FGAtmosphere.cpp
index e2ea8131d1aababaae5576e0a6f8ee43ea2ce97e..0e945a3cc677ab312ccb3ccd90c65cf52cf6a33e 100644 (file)
@@ -152,10 +152,10 @@ bool FGAtmosphere::Run(void)
 
     Debug(2);
 
+       return false;
   } else {                               // skip Run() execution this time
+       return true;
   }
-
-  return false;
 }
 
 //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%