- 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
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue