LIBCDA optimization

This commit is contained in:
nehalmistry 2002-04-11 19:18:43 +00:00
parent bd556dedd2
commit 32bf62e5b6

View file

@ -1838,7 +1838,7 @@ local void SetCdPower(Menuitem *mi)
PlayMusic(":random");
} else {
/// Stop Playing CD
cd_stop();
cd_pause();
CDMode = ":stopped";
}
#endif