FindFile telling you it found the file is a devel feature and finally

even acts like it.  Need developer set to 1 to use it now.
This commit is contained in:
Joseph Carter 2000-05-14 17:03:08 +00:00
parent 6e37b33f44
commit 72c7743812

View file

@ -1495,7 +1495,7 @@ int COM_FOpenFile (char *filename, FILE **file)
if (findtime == -1)
continue;
Sys_Printf ("FindFile: %s\n",netpath);
Con_DPrintf ("FindFile: %s\n",netpath);
*file = fopen (netpath, "rb");
return COM_filelength (*file);