]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/sample_queue.hxx
Avoid nuisance sound effects after sim-reset.
[flightgear.git] / src / Sound / sample_queue.hxx
index db3d9c785fa5ae60781350a6482c4117920afb5b..3f51104eec2c40ddb41effcb1dba1d09879f0f87 100644 (file)
@@ -29,6 +29,7 @@
 #include <queue>
 
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/props.hxx>
 #include <simgear/sound/sample_group.hxx>
 
 class SGSoundSample;
@@ -38,8 +39,8 @@ class SGSoundSample;
  *
  *    This modules maintains a queue of 'message' audio files.  These
  *    are played sequentially with no overlap until the queue is finished.
- *    This second mechanims is useful for things like tutorial messages or
- *    background atc chatter.
+ *    This second mechanisms is useful for things like tutorial messages or
+ *    background ATC chatter.
  */
 class FGSampleQueue : public SGSampleGroup
 {