From 6e2b1544190233a24c83201632e5f6091450e429 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sat, 11 Aug 2012 21:58:20 +0000 Subject: [PATCH] arogue5: compile out wizard mode by default. --- arogue5/mach_dep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arogue5/mach_dep.h b/arogue5/mach_dep.h index 0b94974..cdc9aff 100644 --- a/arogue5/mach_dep.h +++ b/arogue5/mach_dep.h @@ -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