mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +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