mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-26 22:11:30 +00:00
bah, turns out COM_CreatePath was designed that way. my bad :/
This commit is contained in:
parent
5c27b5fa9d
commit
92009aae22
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ COM_CreatePath ( char *path )
|
||||||
*ofs = '/';
|
*ofs = '/';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Sys_mkdir (path);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue