Hopefully the last time...

This commit is contained in:
Steel Titanium 2020-08-24 01:18:38 -04:00
parent 87d2ad0c23
commit 41c742a699
1 changed files with 4 additions and 0 deletions

View File

@ -2072,6 +2072,8 @@ static void M_ConfirmConnect(event_t *ev)
M_ClearMenus(true);
}
}
#else
(void)ev;
#endif
}
@ -2175,10 +2177,12 @@ static boolean CL_FinishedFileList(void)
#endif
}
#ifndef NONET
if (totalfilesrequestedsize>>20 >= 100)
downloadsize = Z_StrDup(va("%uM",totalfilesrequestedsize>>20));
else
downloadsize = Z_StrDup(va("%uK",totalfilesrequestedsize>>10));
#endif
if (serverisfull)
M_StartMessage(va(M_GetText(