X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=snd_main.c;h=d3f16b1193666404f169ed6f1220186df4e3e396;hb=bf01d51f8f77e37c098899e10abc4f51dff59baa;hp=14e2a6a8bb461b53c25b142ab3a68249f4f36fc9;hpb=5147c014a6b7737761558c8b1c936459128f649c;p=xonotic%2Fdarkplaces.git diff --git a/snd_main.c b/snd_main.c index 14e2a6a8..d3f16b11 100644 --- a/snd_main.c +++ b/snd_main.c @@ -708,7 +708,7 @@ void S_Init(void) Cvar_RegisterVariable(&snd_channels); // COMMANDLINEOPTION: Sound: -nosound disables sound (including CD audio) - if (COM_CheckParm("-nosound") || COM_CheckParm("-safe")) + if (COM_CheckParm("-nosound")) return; snd_mempool = Mem_AllocPool("sound", 0, NULL);