mirror of
https://github.com/ioquake/ioq3.git
synced 2025-02-23 20:11:18 +00:00
Better stop than just pause.
This commit is contained in:
parent
898f1ed2f7
commit
1ea420e8a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue