mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
fix some problems with directories being created in the wrong places or not at all (caused by fs_userpath not being used when it should)
This commit is contained in:
parent
91a47e083c
commit
8ff75f94dc
3 changed files with 12 additions and 7 deletions
|
@ -1677,8 +1677,6 @@ void Host_Init (quakeparms_t *parms)
|
|||
{
|
||||
COM_InitArgv (parms->argc, parms->argv);
|
||||
|
||||
Sys_mkdir("qw");
|
||||
|
||||
if (COM_CheckParm ("-minmemory"))
|
||||
parms->memsize = MINIMUM_MEMORY;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue