diff options
Diffstat (limited to 'src/client/cl_parse.c')
-rw-r--r-- | src/client/cl_parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/cl_parse.c b/src/client/cl_parse.c index 08fab5a9..99aeb119 100644 --- a/src/client/cl_parse.c +++ b/src/client/cl_parse.c @@ -620,8 +620,6 @@ void CL_ParseDownload ( msg_t *msg ) { // rename the file FS_SV_Rename ( clc.downloadTempName, clc.downloadName ); } - *clc.downloadTempName = *clc.downloadName = 0; - Cvar_Set( "cl_downloadName", "" ); // send intentions now // We need this because without it, we would hold the last nextdl and then start |