mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Indentation fixup
This commit is contained in:
parent
6d663fefa7
commit
91d2ffd660
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…
Add table
Reference in a new issue