Fix serverside issue with the second+ dpp7 download failing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5469 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1dd8153998
commit
00ab3f5998
3 changed files with 3 additions and 2 deletions
|
@ -3599,6 +3599,7 @@ void SV_BeginDownload_f(void)
|
|||
|
||||
Q_strncpyz(host_client->downloadfn, name, sizeof(host_client->downloadfn));
|
||||
host_client->downloadcount = 0;
|
||||
host_client->downloadstarted = false;
|
||||
|
||||
host_client->downloadsize = VFS_GETLEN(host_client->download);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue