changeset 271:88bd51f231e7

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.
author John "Elwin" Edwards
date Sun, 05 Mar 2017 20:14:11 -0500
parents 7a96fede6cc8
children 1db299e868b8
files urogue/command.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.",