]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_linux.c
Revert "Revert "Build in subdirs"", as the issues seem to be ironed out now.
[xonotic/darkplaces.git] / cd_linux.c
index 4544a5d122cda6f117a423db0a210b58efd5ab0c..bc07b849f9febd274d719cdf36a2d3e7ca7699a5 100644 (file)
@@ -203,7 +203,7 @@ int CDAudio_SysUpdate (void)
        struct cdrom_subchnl subchnl;
        static time_t lastchk = 0;
 
-       if (cdPlaying && lastchk < time(NULL))
+       if (cdPlaying && lastchk < time(NULL) && cdfile != -1)
        {
                lastchk = time(NULL) + 2; //two seconds between chks
                subchnl.cdsc_format = CDROM_MSF;