mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Fixes home directory stuff a bit.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1550 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
64fdee9482
commit
c3b10bf06d
1 changed files with 0 additions and 3 deletions
|
@ -2947,9 +2947,6 @@ void Host_Init (quakeparms_t *parms)
|
||||||
if (setjmp (host_abort) )
|
if (setjmp (host_abort) )
|
||||||
Sys_Error("Host_Init: An error occured. Try the -condebug commandline parameter\n");
|
Sys_Error("Host_Init: An error occured. Try the -condebug commandline parameter\n");
|
||||||
|
|
||||||
|
|
||||||
Sys_mkdir("qw");
|
|
||||||
|
|
||||||
if (COM_CheckParm ("-minmemory"))
|
if (COM_CheckParm ("-minmemory"))
|
||||||
parms->memsize = MINIMUM_MEMORY;
|
parms->memsize = MINIMUM_MEMORY;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue