Fix so that libcda in :all mode plays from first track.
This commit is contained in:
parent
ddc33a262d
commit
bc5093d8fd
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ global void PlayMusic(const char* name)
|
|||
return;
|
||||
}
|
||||
cd_get_tracks(&CDTrack, &NumCDTracks);
|
||||
--CDTrack;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue