diff --git a/source/quakefs.c b/source/quakefs.c index 6468ee7..7c636f0 100644 --- a/source/quakefs.c +++ b/source/quakefs.c @@ -578,7 +578,8 @@ _COM_FOpenFile (char *filename, QFile **gzfile, char *foundname, int zip) } - Sys_Printf ("FindFile: can't find %s\n", filename); + if(developer->int_val) + Sys_Printf ("FindFile: can't find %s\n", filename); *gzfile = NULL; com_filesize = -1;