]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Thruster.hpp
Use the density values from the environment subsystem, to properly handle
[flightgear.git] / src / FDM / YASim / Thruster.hpp
index 953c2eb0104964b5f1ced5e754c34a1d478f7232..8f2d1ceb886b23889911d4daddeb103fa980fd37 100644 (file)
@@ -42,7 +42,8 @@ public:
 
     // Runtime instructions
     void setWind(float* wind);
-    void setAir(float pressure, float temp);
+    void setAir(float pressure, float temp, float density);
+    virtual void init() {}
     virtual void integrate(float dt)=0;
     virtual void stabilize()=0;