Skip to content

Commit

Permalink
didn't save file :(
Browse files Browse the repository at this point in the history
  • Loading branch information
timbergeron committed Jul 8, 2024
1 parent c64951c commit a79bd9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Quake/cl_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1813,13 +1813,10 @@ qboolean CL_CheckDownload(const char *filename)
return false; //don't download these...
if (cls.download.active)
return true; //block while we're already downloading something
<<<<<<< HEAD
=======
if (!cl.protocol_dpdownload)
return false; //can't download anyway
if (cl.wronggamedir)
return false; //don't download them into the wrong place. this may be awkward for id1 content though (if such a thing logically exists... like custom maps).
>>>>>>> upstream/qsrebase
if (*cls.download.current && !strcmp(cls.download.current, filename))
return false; //if the previous download failed, don't endlessly retry.
if (COM_FileExists(filename, NULL))
Expand Down

0 comments on commit a79bd9a

Please sign in to comment.