diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/client/snd_openal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c index f7d9aef..7d9e66d 100644 --- a/code/client/snd_openal.c +++ b/code/client/snd_openal.c @@ -1359,7 +1359,7 @@ void S_AL_SrcUpdate( void ) else if(curSource->isPlaying) { S_AL_NewLoopMaster(curSource, qfalse); - qalSourcePause(curSource->alSource); + qalSourceStop(curSource->alSource); curSource->isPlaying = qfalse; } |