- 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

@ -1300,7 +1300,7 @@ void D_DoAdvanceDemo (void)
gamestate = GS_DEMOSCREEN;
pagename = gameinfo.titlePage;
pagetic = (int)(gameinfo.titleTime * TICRATE);
S_StartMusic (gameinfo.titleMusic);
S_ChangeMusic (gameinfo.titleMusic, gameinfo.titleOrder, false);
demosequence = 3;
pagecount = 0;
C_HideConsole ();