disable the "don't download sounds with -nosound" feature until I get

things sorted
This commit is contained in:
Bill Currie 2004-01-08 01:02:35 +00:00
parent e639e5efc3
commit c0561cd834

View file

@ -217,12 +217,12 @@ CL_CheckOrDownloadFile (const char *filename)
Con_Printf ("Refusing to download a path with ..\n");
return true;
}
/*
if (!snd_initialized && strnequal ("sound/", filename, 6)) {
// don't bother downloading sounds if we can't play them
return true;
}
*/
QFS_FOpenFile (filename, &f);
if (f) { // it exists, no need to download
Qclose (f);