mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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)
|
||||
{
|
||||
S_AL_NewLoopMaster(curSource, qfalse);
|
||||
qalSourcePause(curSource->alSource);
|
||||
qalSourceStop(curSource->alSource);
|
||||
curSource->isPlaying = qfalse;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue