]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mem.c
console logging (-condebug) now starts earlier in the startup process (just after...
[xonotic/darkplaces.git] / snd_mem.c
index 47398c6e0bde95f92279ed238d5c60dd82543410..c01c479b4c4449409df0707adf89cde2d5ba5afb 100644 (file)
--- a/snd_mem.c
+++ b/snd_mem.c
@@ -232,6 +232,7 @@ sfxcache_t *S_LoadSound (sfx_t *s, int complain)
 
        if (!data)
        {
+               s->silentlymissing = !complain;
                if (complain)
                        Con_Printf ("Couldn't load %s\n", namebuffer);
                return NULL;