Better stop than just pause.

This commit is contained in:
Thilo Schulz 2009-10-23 23:51:00 +00:00
parent 898f1ed2f7
commit 1ea420e8a8

View file

@ -1359,7 +1359,7 @@ void S_AL_SrcUpdate( void )
else if(curSource->isPlaying) else if(curSource->isPlaying)
{ {
S_AL_NewLoopMaster(curSource, qfalse); S_AL_NewLoopMaster(curSource, qfalse);
qalSourcePause(curSource->alSource); qalSourceStop(curSource->alSource);
curSource->isPlaying = qfalse; curSource->isPlaying = qfalse;
} }