mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 12:41:40 +00:00
added SKINBASE to win32 config.h files
This commit is contained in:
parent
a01e68a148
commit
5931dd6d80
3 changed files with 21 additions and 0 deletions
|
@ -75,6 +75,13 @@
|
||||||
# define BASEGAME "id1"
|
# define BASEGAME "id1"
|
||||||
#endif
|
#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 */
|
/* Define if you have the XFree86 DGA extension */
|
||||||
#undef HAVE_DGA
|
#undef HAVE_DGA
|
||||||
|
|
||||||
|
|
|
@ -78,6 +78,13 @@
|
||||||
# define BASEGAME "id1"
|
# define BASEGAME "id1"
|
||||||
#endif
|
#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 */
|
/* Define if you have the XFree86 DGA extension */
|
||||||
#undef HAVE_DGA
|
#undef HAVE_DGA
|
||||||
|
|
||||||
|
|
|
@ -85,6 +85,13 @@
|
||||||
# define BASEGAME "id1"
|
# define BASEGAME "id1"
|
||||||
#endif
|
#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 */
|
/* Define if you have the XFree86 DGA extension */
|
||||||
#undef HAVE_DGA
|
#undef HAVE_DGA
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue