]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/atmosphere.cxx
Reset: fix OSG stats handling
[flightgear.git] / src / Environment / atmosphere.cxx
index 022ea540ec65a9045eadd131438bde3a87785b76..b7130aea3e9a4a65cce7c4831cfaa49df985972c 100644 (file)
@@ -7,6 +7,7 @@
 
 using namespace std;
 #include <iostream>
+#include <cstdio>
 
 const ISA_layer ISA_def[] = {
 //        0    1        2        3           4         5      6         7         8
@@ -222,7 +223,7 @@ void FGAtmoCache::check_model() {
 
 //////////////////////////////////////////////////////////////////////
 
-FGAltimeter::FGAltimeter() : kset(atmodel::ISA::P0), kft(0)
+FGAltimeter::FGAltimeter()
 {
     cache();
 }