]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
Make FGAircraftModel behave like a standarrd subsystem.
[flightgear.git] / src / Sound / fg_fx.hxx
index 62e111076ba3fb06671acc30e4ed12f4f42d900d..26c802f34a8f56953b26f5e5b7bbf0e488ea9c7a 100644 (file)
@@ -57,13 +57,15 @@ public:
 
 private:
 
+    SGSharedPtr<SGSampleGroup> _avionics;
     std::vector<SGXmlSound *> _sound;
 
-    bool last_pause;
-    double last_volume;
-
-    SGPropertyNode_ptr _pause;
+    SGPropertyNode_ptr _enabled;
     SGPropertyNode_ptr _volume;
+    SGPropertyNode_ptr _avionics_enabled;
+    SGPropertyNode_ptr _avionics_volume;
+    SGPropertyNode_ptr _avionics_external;
+    SGPropertyNode_ptr _internal;
 };