mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-03 23:10:59 +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
|
||||||
|
@ -1245,7 +1247,7 @@ void D_SRB2Main(void)
|
||||||
I_StartupSound();
|
I_StartupSound();
|
||||||
I_InitMusic();
|
I_InitMusic();
|
||||||
S_Init(cv_soundvolume.value, cv_digmusicvolume.value, cv_midimusicvolume.value);
|
S_Init(cv_soundvolume.value, cv_digmusicvolume.value, cv_midimusicvolume.value);
|
||||||
|
|
||||||
CONS_Printf("ST_Init(): Init status bar.\n");
|
CONS_Printf("ST_Init(): Init status bar.\n");
|
||||||
ST_Init();
|
ST_Init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue