]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
eliminated fs_filesize global, now File_LoadFile and File_Open take a fs_offset_t...
[xonotic/darkplaces.git] / host_cmd.c
index 3030f7c3533d6805e2e35912bec96f3128f19c0c..38678a0e0d3e40bf9cd6b3bca81be690344c161f 100644 (file)
@@ -586,7 +586,7 @@ void Host_Loadgame_f (void)
 
        cls.demonum = -1;               // stop demo loop in case this fails
 
-       t = text = (char *)FS_LoadFile (filename, tempmempool, false);
+       t = text = (char *)FS_LoadFile (filename, tempmempool, false, NULL);
        if (!text)
        {
                Con_Print("ERROR: couldn't open.\n");