]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/performancedb.cxx
Improove FGTileMgr::scenery_available for small ranges.
[flightgear.git] / src / AIModel / performancedb.cxx
index aec66f3d697a88ee5f7c68b0bf01f3df159f9cd6..e8dd2361e93ab2adeb88a5f894b5b3b9546791c7 100644 (file)
@@ -3,6 +3,9 @@
 PerformanceDB::PerformanceDB()
 {
     // these are the 6 classes originally defined in the PERFSTRUCT
+    // Plus a few more for testing
+    registerPerformanceData("heavy_jet", new PerformanceData(
+        4.0, 2.0,  3000.0, 1500.0,  150.0, 160.0,  300.0, 430.0,  300.0,  170.0, 150.0, 15.0));
     registerPerformanceData("light", new PerformanceData(
         2.0, 2.0,  450.0, 1000.0,  70.0, 70.0,  80.0, 100.0,  80.0,  70.0, 60.0, 15.0));
     registerPerformanceData("ww2_fighter", new PerformanceData(