]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmanager.hxx
Revive master sound enable switch.
[flightgear.git] / src / Sound / soundmanager.hxx
index e9edbd7d3d4410c579bb4021dcf89ea43ae34921..b689833559ad16e8a8204d064be3a413c05b6195 100644 (file)
@@ -48,7 +48,7 @@ public:
 private:
     bool stationary() const;
   
-    bool _is_initialized;
+    bool _is_initialized, _enabled;
     SGPropertyNode_ptr _sound_working, _sound_enabled, _volume, _device_name;
     SGPropertyNode_ptr _currentView;
     SGPropertyNode_ptr _viewPosLon, _viewPosLat, _viewPosElev;