Added NEWSTYLE and GAMENAME for EmpireOS.

This commit is contained in:
Joseph Carter 2000-01-26 07:59:16 +00:00
parent a2c74bb21e
commit 259b41b6f9

View file

@ -31,6 +31,16 @@
/* Version string */
#undef VERSION
/* Define if you want to use QF-style defaults instead of Id-style */
#undef NEWSTYLE
/* Define this to the subdirectory name of the default game */
#ifdef NEWSTYLE
# define GAMENAME "base"
#else
# define GAMENAME "id1"
#endif
/* Define if you have the XFree86 DGA extension */
#undef HAS_DGA
@ -219,4 +229,4 @@
#define HAVE_STRSTR 1
#define HAVE_LIBM 1
#define X_DISPLAY_MISSING 1
#define HAVE_GL_COLOR_INDEX8_EXT 1
#define HAVE_GL_COLOR_INDEX8_EXT 1