# HG changeset patch # User John "Elwin" Edwards # Date 1488762851 18000 # Node ID 88bd51f231e7da379636b013103796fa5353ae85 # Parent 7a96fede6cc801302397433d00ddd1d34ba36401 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. diff -r 7a96fede6cc8 -r 88bd51f231e7 urogue/command.c --- a/urogue/command.c Wed Mar 01 20:40:18 2017 -0500 +++ b/urogue/command.c Sun Mar 05 20:14:11 2017 -0500 @@ -425,6 +425,7 @@ * wizard commands */ +#ifdef WIZARD case 0x17: /* ctrl-w */ after = FALSE; @@ -557,6 +558,7 @@ } break; +#endif default: msg("Illegal command '%s', %d.",