]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_shared.c
fix bug with rtlights on vertex texture blend surfaces (such as in
[xonotic/darkplaces.git] / cd_shared.c
index 5eeadaed60d85a9ab3d77b6b896410bf14ece5e2..0f5a3ade8f1af29eb669fdd5602bae59946d092d 100644 (file)
@@ -171,7 +171,7 @@ void CDAudio_Play_byName (const char *trackname, qboolean looping)
                        Con_Print("Could not load BGM track.\n");
                        return;
                }
-       
+
                if (!cdValid)
                {
                        CDAudio_GetAudioDiskInfo();
@@ -214,7 +214,7 @@ void CDAudio_Stop (void)
 
        if (faketrack != -1)
        {
-               S_StopChannel (faketrack);
+               S_StopChannel (faketrack, true);
                faketrack = -1;
        }
        else if (cdPlaying && (CDAudio_SysStop() == -1))