]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmanager.hxx
Revive master sound enable switch.
[flightgear.git] / src / Sound / soundmanager.hxx
index d43e49478169993fa58e7a29da65312bdcf07a6e..b689833559ad16e8a8204d064be3a413c05b6195 100644 (file)
@@ -46,8 +46,13 @@ public:
     void update_device_list();
 
 private:
-    bool _is_initialized;
+    bool stationary() const;
+  
+    bool _is_initialized, _enabled;
     SGPropertyNode_ptr _sound_working, _sound_enabled, _volume, _device_name;
+    SGPropertyNode_ptr _currentView;
+    SGPropertyNode_ptr _viewPosLon, _viewPosLat, _viewPosElev;
+    SGPropertyNode_ptr _velocityNorthFPS, _velocityEastFPS, _velocityDownFPS;
     Listener* _listener;
 };
 #else