]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ADA.cxx
Initial revision of Andy Ross's YASim code. This is (Y)et (A)nother Flight
[flightgear.git] / src / FDM / ADA.cxx
index ae8e33ed31b92f30bf6bbaa2f4509223d5bb3b96..1dd27bae8d337a35f5bcbe092d8f5d9d8b0c5f86 100644 (file)
@@ -168,9 +168,10 @@ FGADA::~FGADA() {
 // for each subsequent iteration through the EOM
 void FGADA::init() {
 
-       // explicitly call the superclass's
-       // init() method first.
-    FGInterface::init();
+    //do init common to all FDM"s
+    common_init();
+    
+    //now do ADA-specific init.
 
     // cout << "FGADA::init()" << endl;