]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStatic.cxx
Fix stray back-button in Qt launcher
[flightgear.git] / src / AIModel / AIStatic.cxx
index 83be7c8d60ded55d3d1e58ed90907dd261dcc927..5da57073208b5bc0bc18d52062de8e37999a3c4e 100644 (file)
 #include <Main/globals.hxx>
 #include <Scenery/scenery.hxx>
 #include <string>
-#include <math.h>
+#include <cmath>
 
 using std::string;
 
 #include "AIStatic.hxx"
 
 
-FGAIStatic::FGAIStatic() : FGAIBase(otStatic) {
+FGAIStatic::FGAIStatic() : FGAIBase(otStatic, false) {
 }