mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
newstyle dies!
This commit is contained in:
parent
f3c2c4e868
commit
883b7ecf80
6 changed files with 9 additions and 94 deletions
|
@ -65,23 +65,6 @@
|
|||
/* Version string */
|
||||
#include "version.h"
|
||||
|
||||
/* 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 BASEGAME "base"
|
||||
#else
|
||||
# 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
|
||||
|
||||
|
|
|
@ -68,23 +68,6 @@
|
|||
/* Version string */
|
||||
#include "version.h"
|
||||
|
||||
/* 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 BASEGAME "base"
|
||||
#else
|
||||
# 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
|
||||
|
||||
|
|
|
@ -75,23 +75,6 @@
|
|||
/* Version string */
|
||||
#include "..\version.h"
|
||||
|
||||
/* 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 BASEGAME "base"
|
||||
#else
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue