mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
make sure the download progress bar gets erased when a dl is done
This commit is contained in:
parent
c998c63746
commit
5e8d69589d
1 changed files with 1 additions and 0 deletions
|
@ -514,6 +514,7 @@ CL_ParseDownload (void)
|
|||
}
|
||||
|
||||
cls.download = NULL;
|
||||
cls.downloadname[0] = 0;
|
||||
cls.downloadpercent = 0;
|
||||
|
||||
// get another file if needed
|
||||
|
|
Loading…
Reference in a new issue