SVN r43 (trunk)
This commit is contained in:
parent
ab1d4a2e0f
commit
4dd936e438
9 changed files with 70 additions and 11 deletions
|
|
@ -779,7 +779,7 @@ static void S_AddSNDINFO (int lump)
|
|||
sprintf (temp, "MAP%02d", sc_Number);
|
||||
info = FindLevelInfo (temp);
|
||||
SC_MustGetString ();
|
||||
if (info->mapname[0])
|
||||
if (info->mapname[0] && (!(info->flags&LEVEL_MUSICDEFINED)))
|
||||
{
|
||||
ReplaceString (&info->music, sc_String);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue