]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/External.cxx
Added stall hysteresis modeling, nose should fall through nicely in a stall now.
[flightgear.git] / src / FDM / External.cxx
index 0c712c1c73c86427996a42952b06009ec12f41f1..cc6c1a2f923881af28c586f4b7988dea2d0010e6 100644 (file)
@@ -37,6 +37,10 @@ FGExternal::~FGExternal() {
 // for each subsequent iteration through the EOM
 void FGExternal::init() {
     // cout << "FGExternal::init()" << endl;
+
+    // Explicitly call the superclass's
+    // init method first.
+    common_init();
 }