mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
WIN32 now uses %WINDIR% as the home dir (this basically means c:\windows\quakeforge.conf)
This commit is contained in:
parent
3b6b929841
commit
2a2b468090
3 changed files with 13 additions and 5 deletions
|
@ -256,7 +256,7 @@
|
|||
#define FS_USERPATH "."
|
||||
|
||||
/* Location of QuakeForge's global config file */
|
||||
#define FS_GLOBALCFG ".\\global.cfg"
|
||||
#define FS_GLOBALCFG "~/quakeforge.conf"
|
||||
|
||||
#define strcasecmp(s1, s2) stricmp((s1), (s2))
|
||||
#define strncasecmp(s1, s2, n) strnicmp((s1), (s2), (n))
|
||||
|
|
|
@ -264,7 +264,7 @@
|
|||
#define FS_USERPATH "."
|
||||
|
||||
/* Location of QuakeForge's global config file */
|
||||
#define FS_GLOBALCFG ".\\global.cfg"
|
||||
#define FS_GLOBALCFG "~/quakeforge.conf"
|
||||
|
||||
#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