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
No related merge requests found
...@@ -1230,7 +1230,9 @@ void D_SRB2Main(void) ...@@ -1230,7 +1230,9 @@ void D_SRB2Main(void)
nomidimusic = nodigimusic = true; nomidimusic = nodigimusic = true;
} }
else else
{
CONS_Printf("S_Init(): Setting up sound.\n"); CONS_Printf("S_Init(): Setting up sound.\n");
}
if (M_CheckParm("-nosound")) if (M_CheckParm("-nosound"))
nosound = true; nosound = true;
if (M_CheckParm("-nomusic")) // combines -nomidimusic and -nodigmusic if (M_CheckParm("-nomusic")) // combines -nomidimusic and -nodigmusic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment