mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
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:
parent
6e37b33f44
commit
72c7743812
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue