0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-24 10:31:35 +00:00

Track 0 is used to stop the BGM

This commit is contained in:
Bill Currie 2010-11-20 14:32:27 +09:00
parent 3309f483b6
commit 15b423cbe7

View file

@ -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);
}