]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/NullFDM.cxx
Provide a better(?) solution to the windows GDI problem
[flightgear.git] / src / FDM / NullFDM.cxx
index e02735893772b56d38129fc0b0da5ab55cb7ae7d..021330346fdf5b572a40274890be744029bc6bd1 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "NullFDM.hxx"
 
 
@@ -37,6 +41,7 @@ FGNullFDM::~FGNullFDM() {
 // for each subsequent iteration through the EOM
 void FGNullFDM::init() {
     // cout << "FGNullFDM::init()" << endl;
+    set_inited( true );
 }