X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fsample_queue.cxx;h=08cb3019eaa844a2673380a471fbfa2fc2444502;hb=33970663435dd1a12941b017739285341205acf4;hp=a7eeac1aa12e8ae3b3bed185a81a5b42a5ee6100;hpb=8a5a1d33019835a648b34d18f0b7d5fc2e4032fc;p=simgear.git diff --git a/simgear/sound/sample_queue.cxx b/simgear/sound/sample_queue.cxx index a7eeac1a..08cb3019 100644 --- a/simgear/sound/sample_queue.cxx +++ b/simgear/sound/sample_queue.cxx @@ -26,7 +26,8 @@ # include #endif -#include // rand() +#include // rand() +#include #include #include @@ -64,6 +65,7 @@ SGSampleQueue::SGSampleQueue( int freq, int format ) : _master_volume(1.0), _reference_dist(500.0), _max_dist(3000.0), + _loop(false), _playing(false), _changed(true) {