X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=snd_mem.c;h=c01c479b4c4449409df0707adf89cde2d5ba5afb;hb=a95a5849f03a278febc784cf588b733fb24f5e86;hp=47398c6e0bde95f92279ed238d5c60dd82543410;hpb=57252d1b300d96b2353bf9d564b0de281552d2c5;p=xonotic%2Fdarkplaces.git diff --git a/snd_mem.c b/snd_mem.c index 47398c6e..c01c479b 100644 --- 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;