diff options
Diffstat (limited to 'source/sv_user.c')
-rw-r--r-- | source/sv_user.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/sv_user.c b/source/sv_user.c index bbc673a..b4ba1be 100644 --- a/source/sv_user.c +++ b/source/sv_user.c @@ -696,6 +696,8 @@ static void SV_BeginDownload_f( void ) { goto fail3; } + FS_FCloseFile( f ); + sv_client->download = download; sv_client->downloadsize = downloadsize; sv_client->downloadcount = offset; |