]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.cxx
Set the format default to float instead of int.
[flightgear.git] / src / AIModel / AIBallistic.cxx
index 5bfadf48b403cd9a11166d968b74740795c1060f..2a9f97e733993674164850c7e873cdb60c6ed249 100644 (file)
@@ -36,7 +36,6 @@ FGAIBallistic::FGAIBallistic(FGAIManager* mgr) {
     gravity = 32;
 //  buoyancy = 64;
     no_roll = false;
-    Mach = 0.4;
 }
 
 FGAIBallistic::~FGAIBallistic() {