bah, turns out COM_CreatePath was designed that way. my bad :/

This commit is contained in:
Bill Currie 2000-05-23 21:29:47 +00:00
parent 5c27b5fa9d
commit 92009aae22

View file

@ -325,7 +325,6 @@ COM_CreatePath ( char *path )
*ofs = '/';
}
}
Sys_mkdir (path);
}