no more wv loaded spam

This commit is contained in:
Jakob Fries 2007-08-15 12:26:56 +00:00
parent 4650ff09ad
commit abf0729015

View file

@ -347,9 +347,14 @@ int snd_load_wv(const char *filename)
file = NULL;
if(id >= 0)
{
if(config.debug)
dbg_msg("sound/wv", "loaded %s", filename);
}
else
{
dbg_msg("sound/wv", "failed to load %s", filename);
}
return id;
}