From 648cb4e7cd39041aef8beb4ff1f8af5186332072 Mon Sep 17 00:00:00 2001 From: thilo Date: Fri, 23 Oct 2009 23:51:00 +0000 Subject: Better stop than just pause. git-svn-id: svn://svn.icculus.org/quake3/trunk@1699 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/snd_openal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') 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; } -- cgit v1.2.3