mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 11:11:37 +00:00
Track 0 is used to stop the BGM
This commit is contained in:
parent
3309f483b6
commit
15b423cbe7
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ I_OGGMus_Play (int track, qboolean looping)
|
|||
if (playing)
|
||||
I_OGGMus_Stop ();
|
||||
|
||||
if (!track)
|
||||
return;
|
||||
I_OGGMus_SetPlayList (track);
|
||||
I_OGGMus_PlayNext (looping);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue