- fixed: The music that's defined in the Gameinfo section of MAPINFO could not set the order for multitrack music lumps.
This commit is contained in:
parent
ecfe67dd78
commit
072b66fb9f
5 changed files with 23 additions and 6 deletions
|
|
@ -1947,7 +1947,7 @@ void WI_Ticker(void)
|
|||
if (level.info->InterMusic.IsNotEmpty())
|
||||
S_ChangeMusic(level.info->InterMusic, level.info->intermusicorder);
|
||||
else
|
||||
S_ChangeMusic (gameinfo.intermissionMusic.GetChars());
|
||||
S_ChangeMusic (gameinfo.intermissionMusic.GetChars(), gameinfo.intermissionOrder);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue