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
|
@ -571,8 +571,10 @@ typedef struct client_s
|
|||
qofs_t downloadsize; // total bytes
|
||||
qofs_t downloadcount; // bytes sent
|
||||
|
||||
#ifdef NQPROT
|
||||
qofs_t downloadacked; //DP-specific
|
||||
qofs_t downloadstarted; //DP-specific
|
||||
#endif
|
||||
|
||||
int spec_track; // entnum of player tracking
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue