- removed CD audio support.

Mainly because this is an ancient deprecated feature on the system side that serves no good purpose anymore.
This commit is contained in:
Christoph Oelckers 2020-02-18 21:52:56 +01:00
commit 5391382807
5 changed files with 13 additions and 165 deletions

View file

@ -2226,7 +2226,6 @@ int IsPointInMap(FLevelLocals *Level, double x, double y, double z)
void FLevelLocals::SetMusic()
{
if (cdtrack == 0 || !S_ChangeCDMusic(cdtrack, cdid))
S_ChangeMusic(Music, musicorder);
S_ChangeMusic(Music, musicorder);
}