mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable downloading for now
This commit is contained in:
parent
f9abe3f2e4
commit
9e1146bc30
1 changed files with 5 additions and 0 deletions
|
|
@ -276,11 +276,16 @@ boolean CL_CheckDownloadable(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Downloading locally disabled
|
// Downloading locally disabled
|
||||||
|
#if 0
|
||||||
if (!dlstatus && M_CheckParm("-nodownload"))
|
if (!dlstatus && M_CheckParm("-nodownload"))
|
||||||
dlstatus = 3;
|
dlstatus = 3;
|
||||||
|
|
||||||
if (!dlstatus)
|
if (!dlstatus)
|
||||||
return true;
|
return true;
|
||||||
|
#else
|
||||||
|
if (!dlstatus)
|
||||||
|
dlstatus = 3;
|
||||||
|
#endif
|
||||||
|
|
||||||
// not downloadable, put reason in console
|
// not downloadable, put reason in console
|
||||||
CONS_Alert(CONS_NOTICE, M_GetText("You need additional files to connect to this server:\n"));
|
CONS_Alert(CONS_NOTICE, M_GetText("You need additional files to connect to this server:\n"));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue