changeset 71:d8e5c5dd9b55

arogue5: compile out wizard mode by default.
author elwin
date Sat, 11 Aug 2012 21:58:20 +0000
parents b27bd9f8c7d0
children 46f39359c4a7
files arogue5/mach_dep.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/arogue5/mach_dep.h	Sat Aug 11 21:53:49 2012 +0000
+++ b/arogue5/mach_dep.h	Sat Aug 11 21:58:20 2012 +0000
@@ -15,7 +15,7 @@
 /*
  * define that the wizard commands exist
  */
-#define WIZARD	1
+#undef WIZARD	/*1*/
 
 /*
  * define if you want to limit scores to one per class per userid