]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / Sound / fg_fx.hxx
index 0c8de9dfb555398f6d82532ca740bf2a683e456a..864a898bb07219e5b7064dcb77ed6501de9171c0 100644 (file)
@@ -77,6 +77,8 @@ public:
 private:
 
     void update_pos_and_orientation(SGSoundMgr *smgr, double dt);
+    sgdVec3 last_visitor_pos;
+    sgdVec3 last_model_pos;
 
     vector<SGXmlSound *> _sound;
     queue<SGSoundSample *> _samplequeue;