startoff from track 1 for libcda mode
This commit is contained in:
parent
e3a0b89c33
commit
415ef2c0e3
1 changed files with 2 additions and 5 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue