]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix really stupid bug in qw download code which was saving the same file repeatedly...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 May 2006 05:21:14 +0000 (05:21 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 May 2006 05:21:14 +0000 (05:21 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6347 d7cf8633-e32d-0410-b094-e92efae38249

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;
 }