]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmanager.hxx
Use actual position of view for sound manager
[flightgear.git] / src / Sound / soundmanager.hxx
index 7f5a164990a1936ff7ca5dc6b56c66a3bb2499e0..f76be4b80d46887a2e716e31ae12d0c6ea83bcb6 100644 (file)
@@ -55,7 +55,7 @@ private:
     bool _is_initialized, _enabled;
     SGPropertyNode_ptr _sound_working, _sound_enabled, _volume, _device_name;
     SGPropertyNode_ptr _currentView;
-    SGPropertyNode_ptr _viewPosLon, _viewPosLat, _viewPosElev;
+    SGPropertyNode_ptr _viewX, _viewY, _viewZ;
     SGPropertyNode_ptr _velocityNorthFPS, _velocityEastFPS, _velocityDownFPS;
     SGPropertyNode_ptr _viewXoffset, _viewYoffset, _viewZoffset;
     std::auto_ptr<Listener> _listener;