startoff from track 1 for libcda mode

This commit is contained in:
nehalmistry 2002-12-11 20:22:36 +00:00
parent e3a0b89c33
commit 415ef2c0e3

View file

@ -317,15 +317,12 @@ local int PlayCDRom(const char* name)
break;
}
}
if (data_cd) {
CDMode = ":off";
return 1;
}
if (NumCDTracks == 0) {
if (data_cd || !NumCDTracks) {
CDMode = ":off";
return 1;
}
}
--CDTrack;
}
if (!strncmp(name, ":", 1)) {