Disabled wizard mode by default
authorMartin Read <mpread@chiark.greenend.org.uk>
Mon, 19 Mar 2012 20:41:21 +0000 (20:41 +0000)
committerMartin Read <mpread@chiark.greenend.org.uk>
Mon, 19 Mar 2012 20:41:21 +0000 (20:41 +0000)
cavechop.h

index 60db0b9..c734b75 100644 (file)
@@ -33,7 +33,7 @@
 #include <stdio.h>
 
 /* change WIZARD_MODE to 1 if you want the wizard mode commands. */
-#define WIZARD_MODE 1
+#define WIZARD_MODE 0
 
 #define is_vowel(ch) (((ch) == 'a') || ((ch) == 'e') || ((ch) == 'i') || ((ch) == 'o') || ((ch) == 'u'))