added SKINBASE to win32 config.h files

This commit is contained in:
Forest Hale 2001-01-20 01:45:21 +00:00
parent a01e68a148
commit 5931dd6d80
3 changed files with 21 additions and 0 deletions

View file

@ -75,6 +75,13 @@
# define BASEGAME "id1"
#endif
/* Define this to the base directory for the client to download skins to */
#ifdef NEWSTYLE
# define SKINBASE "base"
#else
# define SKINBASE "qw"
#endif
/* Define if you have the XFree86 DGA extension */
#undef HAVE_DGA

View file

@ -78,6 +78,13 @@
# define BASEGAME "id1"
#endif
/* Define this to the base directory for the client to download skins to */
#ifdef NEWSTYLE
# define SKINBASE "base"
#else
# define SKINBASE "qw"
#endif
/* Define if you have the XFree86 DGA extension */
#undef HAVE_DGA

View file

@ -85,6 +85,13 @@
# define BASEGAME "id1"
#endif
/* Define this to the base directory for the client to download skins to */
#ifdef NEWSTYLE
# define SKINBASE "base"
#else
# define SKINBASE "qw"
#endif
/* Define if you have the XFree86 DGA extension */
#undef HAVE_DGA