]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
Added a new builin function (callfunction)
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index 8518c93db5045f6ac99260ba88624e016587fb17..1b028e228630c39746453a88491525104044bd7d 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -982,7 +982,8 @@ qfile_t *FS_FOpenFile (const char *filename, qboolean quiet)
 
        filenamelen = strlen (filename);
 
-#ifdef AKVERSION               
+#ifdef AKVERSION
+       // first we search for a real file, after that we start to search through the paks
        // search through the path, one element at a time
        search = fs_searchpaths;