- 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:
Christoph Oelckers 2013-08-12 21:11:53 +02:00
commit 072b66fb9f
5 changed files with 23 additions and 6 deletions

View file

@ -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);
}