projects
/
cavechop-7drl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5f7ad
)
Disabled wizard mode by default
author
Martin Read
<mpread@chiark.greenend.org.uk>
Mon, 19 Mar 2012 20:41:21 +0000
(20:41 +0000)
committer
Martin Read
<mpread@chiark.greenend.org.uk>
Mon, 19 Mar 2012 20:41:21 +0000
(20:41 +0000)
cavechop.h
patch
|
blob
|
history
diff --git
a/cavechop.h
b/cavechop.h
index
60db0b9
..
c734b75
100644
(file)
--- a/
cavechop.h
+++ b/
cavechop.h
@@
-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'))