]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmgr.hxx
Updated --help message.
[flightgear.git] / src / Sound / soundmgr.hxx
index 78b09f639d1135e8329fe004cafbfa322422103f..c8809d0020c0a85ff12b42941403123f1830cf13 100644 (file)
@@ -121,11 +121,11 @@ public:
     /**
      * Run the audio scheduler.
      */
-    void update();
+    void update(int dt);
 
 
     // is audio working?
-    inline bool is_working() const { return !audio_sched->not_working(); }
+    inline bool is_working() const { return !audio_sched->notWorking(); }
 
     // add a sound effect, return true if successful
     bool add( FGSimpleSound *sound, const string& refname );