X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fsound%2Fxmlsound.hxx;h=95582aab12ca65cda2c5f8ec924653965c565464;hb=bcb320b537b6f7e5e3724e8a30d309322171eb43;hp=f3635b08a705393d2c8180bc2a71aeeb9681904e;hpb=d75ce1e12ee4fba106bc6595a2fb1b3b50ccbbc1;p=simgear.git diff --git a/simgear/sound/xmlsound.hxx b/simgear/sound/xmlsound.hxx index f3635b08..95582aab 100644 --- a/simgear/sound/xmlsound.hxx +++ b/simgear/sound/xmlsound.hxx @@ -36,7 +36,8 @@ #include #include -#include + +#include #include "sample_group.hxx" #include "sample_openal.hxx" @@ -149,12 +150,12 @@ private: double _dt_play; double _dt_stop; double _delay; // time after which the sound should be started (default: 0) - double _stopping; // time after the sound should have stopped. - // This is useful for lost packets in in-transit mode. + double _stopping; // time after the sound should have stopped. + // This is useful for lost packets in in-transit mode. + bool _initialized; std::vector<_snd_prop> _volume; std::vector<_snd_prop> _pitch; - }; #endif // _SG_SOUND_HXX