comparison 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
comparison
equal deleted inserted replaced
70:b27bd9f8c7d0 71:d8e5c5dd9b55
13 */ 13 */
14 14
15 /* 15 /*
16 * define that the wizard commands exist 16 * define that the wizard commands exist
17 */ 17 */
18 #define WIZARD 1 18 #undef WIZARD /*1*/
19 19
20 /* 20 /*
21 * define if you want to limit scores to one per class per userid 21 * define if you want to limit scores to one per class per userid
22 */ 22 */
23 #undef LIMITSCORE 23 #undef LIMITSCORE