oops copypaste
This commit is contained in:
parent
796def8cb7
commit
c40bdba23f
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ static void CL_DrawConnectionStatus(void)
|
|||
totaldldsize = downloadcompletedsize;
|
||||
|
||||
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT-24-14, MENUCAPS|V_YELLOWMAP, "Overall Download Progress");
|
||||
if (filedownload.totalsize != 0)
|
||||
if (totaldldsize != 0)
|
||||
totalfileslength = (INT32)((totaldldsize/(double)totalfilesrequestedsize) * 256);
|
||||
M_DrawTextBox(BASEVIDWIDTH/2-128-8, BASEVIDHEIGHT-24-8, 32, 1);
|
||||
V_DrawFill(BASEVIDWIDTH/2-128, BASEVIDHEIGHT-24, 256, 8, 111);
|
||||
|
|
|
|||
Loading…
Reference in a new issue