mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-01 01:31:15 +00:00
Remove all remaining references to cachedir.
This commit is contained in:
parent
43e49ccd73
commit
4acb725dec
5 changed files with 0 additions and 7 deletions
|
@ -241,9 +241,6 @@ int main (int c, char **v)
|
|||
|
||||
parms.basedir = BASEDIR;
|
||||
|
||||
// caching is disabled by default, use -cachedir to enable
|
||||
// parms.cachedir = cachedir;
|
||||
|
||||
noconinput = COM_CheckParm("-noconinput");
|
||||
if (!noconinput)
|
||||
fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
|
||||
|
|
|
@ -443,7 +443,6 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
|
|||
cwd[strlen(cwd)-1] = 0;
|
||||
|
||||
parms.basedir = cwd;
|
||||
parms.cachedir = NULL;
|
||||
|
||||
parms.argc = 1;
|
||||
argv[0] = empty_string;
|
||||
|
|
|
@ -235,7 +235,6 @@ int main (int argc, char **argv)
|
|||
Sys_Error("Insufficient memory.\n");
|
||||
|
||||
parms.basedir = ".";
|
||||
parms.cachedir = NULL;
|
||||
|
||||
SV_Init (&parms);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue