Add codec fallback support for sound files not found, Patch by Zack Middleton (#4982)

This commit is contained in:
Thilo Schulz 2011-05-09 22:40:25 +00:00
parent 2eb9975334
commit 185d2d6b60
2 changed files with 76 additions and 57 deletions

View file

@ -205,8 +205,6 @@ void *S_WAV_CodecLoad(const char *filename, snd_info_t *info)
FS_FOpenFileRead(filename, &file, qtrue);
if(!file)
{
Com_Printf( S_COLOR_RED "ERROR: Could not open \"%s\"\n",
filename);
return NULL;
}