]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/NullFDM.cxx
Harald JOHNSEN:
[flightgear.git] / src / FDM / NullFDM.cxx
index 049a8276bb76819cb0b622a805335bf85d655139..d290d6eb06dbaaf74cf9ed4d2ccd6aaf8ff41171 100644 (file)
@@ -2,7 +2,7 @@
 //                action is externally driven.
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999 - 2001  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1999 - 2001  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -41,6 +41,7 @@ FGNullFDM::~FGNullFDM() {
 // for each subsequent iteration through the EOM
 void FGNullFDM::init() {
     // cout << "FGNullFDM::init()" << endl;
+    set_inited( true );
 }