From c07f7ef10cdf2b3582488c6e72e516c2f2893a44 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 14 Jun 2015 04:03:22 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4898 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/fs.c b/engine/common/fs.c index 2a40c1c67..0216f08c7 100644 --- a/engine/common/fs.c +++ b/engine/common/fs.c @@ -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. 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