Skip to content
Snippets Groups Projects
Commit 759ea8cb authored by SteelT's avatar SteelT
Browse files

Indentation fixup

parent 36d1259c
No related branches found
No related tags found
2 merge requests!252OpenGL: Public flatsprite: The Fixening,!225Don't init the sound system on dedicated servers
......@@ -1230,7 +1230,9 @@ void D_SRB2Main(void)
nomidimusic = nodigimusic = true;
}
else
CONS_Printf("S_Init(): Setting up sound.\n");
{
CONS_Printf("S_Init(): Setting up sound.\n");
}
if (M_CheckParm("-nosound"))
nosound = true;
if (M_CheckParm("-nomusic")) // combines -nomidimusic and -nodigmusic
......@@ -1245,7 +1247,7 @@ void D_SRB2Main(void)
I_StartupSound();
I_InitMusic();
S_Init(cv_soundvolume.value, cv_digmusicvolume.value, cv_midimusicvolume.value);
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.
Finish editing this message first!
Please register or to comment