From 8c77aafa62f5f93d39e4ce1ca0eb114491e536bd Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sun, 5 Mar 2017 20:14:11 -0500 Subject: [PATCH] UltraRogue: compile out wizard mode by default. Define WIZARD to enable it. There will be a configure option for this, once there is a configure script. --- urogue/command.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/urogue/command.c b/urogue/command.c index df46fdc..b081a0b 100644 --- a/urogue/command.c +++ b/urogue/command.c @@ -425,6 +425,7 @@ command(void) * wizard commands */ +#ifdef WIZARD case 0x17: /* ctrl-w */ after = FALSE; @@ -557,6 +558,7 @@ command(void) } break; +#endif default: msg("Illegal command '%s', %d.",