X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fsample_queue.cxx;h=08cb3019eaa844a2673380a471fbfa2fc2444502;hb=bcb320b537b6f7e5e3724e8a30d309322171eb43;hp=a7eeac1aa12e8ae3b3bed185a81a5b42a5ee6100;hpb=67c8067aed14b90cc9103c48031c0a32fa29ce1e;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) {