mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue