mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-14 21:20:26 +01:00
http: fix uninitialized progress value
This commit is contained in:
parent
e99ca5947b
commit
b1e3fa5f4d
@ -2177,7 +2177,7 @@ void HTTP_Run( void )
|
||||
httpfile_t *curfile;
|
||||
int iActiveCount = 0;
|
||||
int iProgressCount = 0;
|
||||
float flProgress;
|
||||
float flProgress = 0;
|
||||
qboolean fResolving = false;
|
||||
|
||||
for( curfile = http.first_file; curfile; curfile = curfile->next )
|
||||
|
Loading…
Reference in New Issue
Block a user