]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/performancedata.hxx
Make parameter "roll-factor" settable in scenario files
[flightgear.git] / src / AIModel / performancedata.hxx
index a966b577601303378d354fea8ac596edd6437145..41b89ca7ced8599a2f8ae0ee717bb4ecfd18b9d4 100644 (file)
@@ -29,7 +29,7 @@ public:
     PerformanceData(const std::string& filename);
     ~PerformanceData();
 
-    double actualSpeed(FGAIAircraft* ac, double tgt_speed, double dt);
+    double actualSpeed(FGAIAircraft* ac, double tgt_speed, double dt, bool needMaxBrake);
     double actualBankAngle(FGAIAircraft* ac, double tgt_roll, double dt);
     double actualPitch(FGAIAircraft* ac, double tgt_pitch, double dt);
     double actualHeading(FGAIAircraft* ac, double tgt_heading, double dt);