Make WIZARD unconditional.
This commit is contained in:
@@ -1233,9 +1233,6 @@ static const char *build_opts[] = {
|
||||
#ifdef DLB
|
||||
"data librarian",
|
||||
#endif
|
||||
#ifdef WIZARD
|
||||
"debug mode",
|
||||
#endif
|
||||
#ifdef EXP_ON_BOTL
|
||||
"experience points on status line",
|
||||
#endif
|
||||
|
||||
@@ -257,11 +257,7 @@ static struct grep_var grep_vars[]={
|
||||
#else
|
||||
{"WIN_CE_SMARTPHONE", 0},
|
||||
#endif
|
||||
#if defined(WIZARD)
|
||||
{"WIZARD", 1},
|
||||
#else
|
||||
{"WIZARD", 0},
|
||||
#endif
|
||||
#if defined(X11_GRAPHICS)
|
||||
{"X11_GRAPHICS", 1},
|
||||
#else
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
# Game Features:
|
||||
@feature = qw/ZEROCOMP USE_TILES ASCIIGRAPH CLIPPING TEXTCOLOR
|
||||
COMPRESS ZLIB_COMP RANDOM SECURE USER_SOUNDS WIZARD
|
||||
COMPRESS ZLIB_COMP RANDOM SECURE USER_SOUNDS
|
||||
SAFERHANGUP MFLOPPY NOCWD_ASSUMPTIONS
|
||||
VAR_PLAYGROUND DLB SHELL SUSPEND NOSAVEONHANGUP HANGUPHANDLING
|
||||
BSD_JOB_CONTROL MAIL POSIX_JOB_CONTROL INSURANCE
|
||||
|
||||
Reference in New Issue
Block a user