]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_main.c
replaced Mod_LoadSkinFrame functions with R_SkinFrame system, this
[xonotic/darkplaces.git] / snd_main.c
index 14e2a6a8bb461b53c25b142ab3a68249f4f36fc9..d3f16b1193666404f169ed6f1220186df4e3e396 100644 (file)
@@ -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);