]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.hxx
Set the format default to float instead of int.
[flightgear.git] / src / AIModel / AIBallistic.hxx
index 83231bcf3e8b4300649bbdff1552964750f336b5..82309ea2b8bbb1ec62c613917c4f4cbbe6a720b9 100644 (file)
@@ -67,7 +67,6 @@ private:
     bool wind;              // if true, local wind will be applied to object
     double Cd;              // drag coefficient
     double mass;            // slugs
-    double Mach;
 
     void Run(double dt);
 };