From 14f517b435d0881f8069cc30af7f3eed2cbf2f9a Mon Sep 17 00:00:00 2001 From: Martin Read Date: Mon, 19 Mar 2012 20:41:21 +0000 Subject: [PATCH] Disabled wizard mode by default --- cavechop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cavechop.h b/cavechop.h index 60db0b9..c734b75 100644 --- a/cavechop.h +++ b/cavechop.h @@ -33,7 +33,7 @@ #include /* 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')) -- 2.11.0