git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4898 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2015-06-14 04:03:22 +00:00
parent a0e124c370
commit c07f7ef10c

View file

@ -1483,7 +1483,7 @@ qboolean FS_NativePath(const char *fname, enum fs_relative relativeto, char *out
//returns false to stop the enumeration. check the return value of the fs enumerator to see if it was canceled by this return value. //returns false to stop the enumeration. check the return value of the fs enumerator to see if it was canceled by this return value.
static int QDECL FS_NullFSEnumerator(const char *fname, qofs_t fsize, time_t mtime, void *parm, searchpathfuncs_t *spath) static int QDECL FS_NullFSEnumerator(const char *fname, qofs_t fsize, time_t mtime, void *parm, searchpathfuncs_t *spath)
{ {
return FALSE; return false;
} }
//opens a file in the same (writable) path that contains an existing version of the file or one of the other patterns listed //opens a file in the same (writable) path that contains an existing version of the file or one of the other patterns listed