mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix "downloads" command reporting incorrect progress
This commit is contained in:
parent
2ae00f1edf
commit
04ae70179c
1 changed files with 1 additions and 1 deletions
|
|
@ -1433,7 +1433,7 @@ void Command_Downloads_f(void)
|
|||
&& transfer[node].txlist->ram == SF_FILE) // Node is downloading a file?
|
||||
{
|
||||
const char *name = transfer[node].txlist->id.filename;
|
||||
UINT32 position = transfer[node].position;
|
||||
UINT32 position = transfer[node].ackedsize;
|
||||
UINT32 size = transfer[node].txlist->size;
|
||||
char ratecolor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue