# HG changeset patch # User elwin # Date 1344722300 0 # Node ID d8e5c5dd9b55844cc30e8dde991fb1b15da114b3 # Parent b27bd9f8c7d0b52f71455f9c9113dc3e7760fed4 arogue5: compile out wizard mode by default. diff -r b27bd9f8c7d0 -r d8e5c5dd9b55 arogue5/mach_dep.h --- 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