Merge remote-tracking branch 'upstream/master'

This commit is contained in:
hairball
2014-02-10 07:23:43 +00:00

View File

@@ -1043,7 +1043,7 @@ int SV_WriteDownloadToClient(client_t *cl, msg_t *msg)
if(cl->download)
FS_FCloseFile(cl->download);
return 0;
return 1;
}
Com_Printf( "clientDownload: %d : beginning \"%s\"\n", (int) (cl - svs.clients), cl->downloadName );