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.
This commit is contained in:
John "Elwin" Edwards 2017-03-05 20:14:11 -05:00
parent 9a9c016bae
commit 8c77aafa62

View file

@ -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.",