]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ExternalNet.hxx
Modified to use a relative path for aircraft_dir rather than an
[flightgear.git] / src / FDM / ExternalNet.hxx
index d60b7c6fc85d78937f473e872761ee5df98ac393..b913d873f0f43e14ce8aa8b3924a72a47013fece 100644 (file)
@@ -53,7 +53,7 @@ public:
     void init();
 
     // update the fdm
-    bool update( int multiloop );
+    void update( int multiloop );
 
 };