- 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:
parent
78bae1f166
commit
5391382807
5 changed files with 13 additions and 165 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue