mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Initialize this variable
This commit is contained in:
parent
41c742a699
commit
c6164a1947
1 changed files with 1 additions and 1 deletions
|
@ -2080,7 +2080,7 @@ static void M_ConfirmConnect(event_t *ev)
|
||||||
static boolean CL_FinishedFileList(void)
|
static boolean CL_FinishedFileList(void)
|
||||||
{
|
{
|
||||||
INT32 i;
|
INT32 i;
|
||||||
char *downloadsize;
|
char *downloadsize = NULL;
|
||||||
//CONS_Printf(M_GetText("Checking files...\n"));
|
//CONS_Printf(M_GetText("Checking files...\n"));
|
||||||
i = CL_CheckFiles();
|
i = CL_CheckFiles();
|
||||||
if (i == 4) // still checking ...
|
if (i == 4) // still checking ...
|
||||||
|
|
Loading…
Reference in a new issue