]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
Make the sound-manager optional in a few places.
[flightgear.git] / src / Sound / fg_fx.hxx
index a46d8583cd1dd54f1a3737ff1046beac936e7f06..7d5132dd9e2a9c85a80fc4ba97f423b03ddab104 100644 (file)
@@ -49,7 +49,7 @@ class FGFX : public SGSampleGroup
 
 public:
 
-    FGFX ( SGSoundMgr *smgr, const string &refname, SGPropertyNode *props = 0 );
+    FGFX ( const std::string &refname, SGPropertyNode *props = 0 );
     virtual ~FGFX ();
 
     virtual void init ();
@@ -58,6 +58,7 @@ public:
 
 private:
 
+    bool _is_aimodel;
     SGSharedPtr<SGSampleGroup> _avionics;
     std::vector<SGXmlSound *> _sound;