Skip to content
Snippets Groups Projects
Commit 1df31f2e authored by James R.'s avatar James R.
Browse files

Merge branch 'soundtest-fix' into 'master'

Init MUSICDEFs regardless of music state

See merge request STJr/SRB2!532
parents be063c45 eb787c2b
Branches
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!532Init MUSICDEFs regardless of music state
......@@ -1285,9 +1285,10 @@ void D_SRB2Main(void)
I_StartupSound();
I_InitMusic();
S_InitSfxChannels(cv_soundvolume.value);
S_InitMusicDefs();
}
S_InitMusicDefs();
CONS_Printf("ST_Init(): Init status bar.\n");
ST_Init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment