mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
add fs_usercfg. defaults to "" (nothing) in oldstyle, or "~/.PACKAGErc" in
newstyle.
This commit is contained in:
parent
4eb41da471
commit
0ffba7e3da
7 changed files with 46 additions and 7 deletions
|
@ -268,6 +268,9 @@
|
|||
/* Location of QuakeForge's global config file */
|
||||
#define FS_GLOBALCFG "./quakeforge.conf"
|
||||
|
||||
/* Location of QuakeForge's user config file */
|
||||
#define FS_USERCFG ""
|
||||
|
||||
//#define strcasecmp(s1, s2) stricmp((s1), (s2))
|
||||
//#define strncasecmp(s1, s2, n) strnicmp((s1), (s2), (n))
|
||||
|
||||
|
|
|
@ -290,6 +290,9 @@
|
|||
/* Location of QuakeForge's global config file */
|
||||
#define FS_GLOBALCFG "~/quakeforge.conf"
|
||||
|
||||
/* Location of QuakeForge's user config file */
|
||||
#define FS_USERCFG ""
|
||||
|
||||
#define strcasecmp(s1, s2) stricmp((s1), (s2))
|
||||
#define strncasecmp(s1, s2, n) strnicmp((s1), (s2), (n))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue