]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
eliminated fs_filesize global, now File_LoadFile and File_Open take a fs_offset_t...
[xonotic/darkplaces.git] / gl_rmain.c
index b73ebca97b0b86d83e96198bb8cabd530c537dda..9373aa1ab04de1524479a10fab30bde33623e505 100644 (file)
@@ -431,7 +431,7 @@ void gl_main_newmap(void)
                if (l >= 0 && !strcmp(entname + l, ".bsp"))
                {
                        strcpy(entname + l, ".ent");
-                       if ((entities = (char *)FS_LoadFile(entname, tempmempool, true)))
+                       if ((entities = (char *)FS_LoadFile(entname, tempmempool, true, NULL)))
                        {
                                CL_ParseEntityLump(entities);
                                Mem_Free(entities);