fixed a type

This commit is contained in:
nehalmistry 2003-02-15 06:55:43 +00:00
parent 3e2c46ac06
commit 1eb8713e5b

View file

@ -240,7 +240,7 @@ global int CDRomCheck(void *unused __attribute__ ((unused)))
}
}
#elif defined(USE_LIBCDA)
if (CDMode != CDModeRandom && CDMode != CDModeStopped
if (CDMode != CDModeOff && CDMode != CDModeStopped
&& !cd_current_track() && CDMode != CDModeDefined) {
DebugLevel0Fn("Playing new track\n");
PlayCDRom(CDMode);