]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
fixes to the test program
[xonotic/darkplaces.git] / cl_parse.c
index 4de0b234ce2270658c08b3238fc294e11d6bbf9e..756f309ba421e81a38c2ffb76504cf2a7d57de03 100644 (file)
@@ -391,6 +391,7 @@ static qboolean QW_CL_CheckOrDownloadFile(const char *filename)
 
        cls.qw_downloadnumber++;
        cls.qw_downloadpercent = 0;
+       cls.qw_downloadmemorycursize = 0;
 
        return false;
 }