mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 03:30:50 +00:00
Indentation fixup
This commit is contained in:
parent
36d1259ceb
commit
759ea8cb42
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue