- Added support for Risen3D/PrBoom+'s MUSINFO lump.

SVN r2366 (trunk)
This commit is contained in:
Christoph Oelckers 2010-06-13 08:47:38 +00:00
commit 4d86ebddf9
6 changed files with 97 additions and 3 deletions

View file

@ -323,6 +323,7 @@ void S_InitData ()
LastLocalSndInfo = LastLocalSndSeq = "";
S_ParseSndInfo ();
S_ParseSndSeq (-1);
S_ParseMusInfo();
}
//==========================================================================