summaryrefslogtreecommitdiff
path: root/src/client/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/download.c')
-rw-r--r--src/client/download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/download.c b/src/client/download.c
index 795f466..9f5e97d 100644
--- a/src/client/download.c
+++ b/src/client/download.c
@@ -255,6 +255,7 @@ static qboolean start_udp_download(dlqueue_t *q)
ret = FS_FOpenFile(cls.download.temp, &f, FS_MODE_RDWR);
if (ret >= 0) { // it exists
cls.download.file = f;
+ cls.download.position = ret;
// give the server an offset to start the download
Com_DPrintf("[UDP] Resuming %s\n", q->path);
#if USE_ZLIB