diff arogue5/mach_dep.h @ 71:d8e5c5dd9b55

arogue5: compile out wizard mode by default.
author elwin
date Sat, 11 Aug 2012 21:58:20 +0000
parents 7aff18a8d508
children dfeed24bb616
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