|
|
@ -1483,7 +1483,8 @@ void OpenAL_Output::resumeSounds(int types)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenAL_Output::OpenAL_Output(SoundManager &mgr)
|
|
|
|
OpenAL_Output::OpenAL_Output(SoundManager &mgr)
|
|
|
|
: Sound_Output(mgr), mDevice(0), mContext(0)
|
|
|
|
: Sound_Output(mgr)
|
|
|
|
|
|
|
|
, mDevice(0), mContext(0)
|
|
|
|
, mListenerPos(0.0f, 0.0f, 0.0f), mListenerEnv(Env_Normal)
|
|
|
|
, mListenerPos(0.0f, 0.0f, 0.0f), mListenerEnv(Env_Normal)
|
|
|
|
, mWaterFilter(0), mWaterEffect(0), mDefaultEffect(0), mEffectSlot(0)
|
|
|
|
, mWaterFilter(0), mWaterEffect(0), mDefaultEffect(0), mEffectSlot(0)
|
|
|
|
, mStreamThread(new StreamThread)
|
|
|
|
, mStreamThread(new StreamThread)
|
|
|
|