newstyle dies!

This commit is contained in:
Joseph Carter 2001-06-06 14:29:58 +00:00
parent f3c2c4e868
commit 883b7ecf80
6 changed files with 9 additions and 94 deletions

View file

@ -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