FS_.*PATH have been eliminated as fs_userpath and fs_sharepath default to . and

can be configured by ${sysconfdir}/quakeforge.conf
This commit is contained in:
Bill Currie 2000-05-24 05:57:56 +00:00
parent 28d0df55d3
commit 72ff6cb80b
4 changed files with 0 additions and 49 deletions

View file

@ -254,9 +254,6 @@
/* Define if you want the QSG standards */
#define QSG_VERSION "1"
/* Define what the base path should be */
#define FS_BASEPATH "."
/* Define the name of the global config file */
#define GLOBAL_CFG_FILE ".\\qforge.cfg"
@ -266,12 +263,6 @@
/* Define if we've scitech MGL library and mgraph.h */
#define HAVE_MGRAPH_H 1
/* Dir used for shared game data */
#define FS_SHAREPATH "."
/* Dir used for shared game data */
#define FS_USERPATH "."
#define FS_GLOBALCFG ".\\qforge.cfg"
#define strcasecmp(s1, s2) stricmp((s1), (s2))

View file

@ -260,9 +260,6 @@
/* Define if you want the QSG standards */
#define QSG_VERSION "1"
/* Define what the base path should be */
#define FS_BASEPATH "."
/* Define the name of the global config file */
#define GLOBAL_CFG_FILE ".\\qforge.cfg"
@ -272,12 +269,6 @@
/* Define if we've scitech MGL library and mgraph.h */
#define HAVE_MGRAPH_H 1
/* Dir used for shared game data */
#define FS_SHAREPATH "."
/* Dir used for shared game data */
#define FS_USERPATH "."
#define FS_GLOBALCFG ".\\qforge.cfg"
#define strcasecmp(s1, s2) stricmp((s1), (s2))