[quake3-commits] r1699 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Oct 23 19:51:00 EDT 2009
Author: thilo
Date: 2009-10-23 19:51:00 -0400 (Fri, 23 Oct 2009)
New Revision: 1699
Modified:
trunk/code/client/snd_openal.c
Log:
Better stop than just pause.
Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c 2009-10-23 23:32:52 UTC (rev 1698)
+++ trunk/code/client/snd_openal.c 2009-10-23 23:51:00 UTC (rev 1699)
@@ -1359,7 +1359,7 @@
else if(curSource->isPlaying)
{
S_AL_NewLoopMaster(curSource, qfalse);
- qalSourcePause(curSource->alSource);
+ qalSourceStop(curSource->alSource);
curSource->isPlaying = qfalse;
}
More information about the quake3-commits
mailing list