forked from fte/fteqw
1
0
Fork 0

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:
Spoike 2005-10-31 01:03:17 +00:00
parent 64fdee9482
commit c3b10bf06d
1 changed files with 0 additions and 3 deletions

View File

@ -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;