]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Balloon.h
Add support for a turbo prop condition lever.
[flightgear.git] / src / FDM / Balloon.h
index 5661bebbcb8341a5c121aea8f58d98ea71fc0323..84ff1ce6b21ce972ab0032672dd42110e0cfc60a 100644 (file)
@@ -75,7 +75,7 @@ public:
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    bool update( int multiloop );
+    void update( double dt );
 };