]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/MagicCarpet.cxx
Add a link library needed by Irix.
[flightgear.git] / src / FDM / MagicCarpet.cxx
index 8a77931a879f900bae5d8a19b5d1a00871707418..858ff522139447b0aa5e1a1735405467f6d3d0bd 100644 (file)
@@ -44,6 +44,9 @@ FGMagicCarpet::~FGMagicCarpet() {
 // Initialize the Magic Carpet flight model, dt is the time increment
 // for each subsequent iteration through the EOM
 void FGMagicCarpet::init() {
+                               // explicitly call the superclass's
+                               // init method first
+    FGInterface::init();
 }