diff rogue3/main.c @ 11:949d558c2162

Allow wizard mode to be compiled out
author edwarj4
date Sat, 24 Oct 2009 14:50:44 +0000
parents 78df7025783b
children a731f515575e
line wrap: on
line diff
--- a/rogue3/main.c	Sat Oct 24 14:21:15 2009 +0000
+++ b/rogue3/main.c	Sat Oct 24 14:50:44 2009 +0000
@@ -47,6 +47,8 @@
 	score(0, -1, 0);
 	exit(0);
     }
+
+#ifdef WIZARD
     /*
      * Check to see if he is a wizard
      */
@@ -57,6 +59,7 @@
 	    argv++;
 	    argc--;
 	}
+#endif
 
 /* Are we using the system savefile directory? */
 #ifdef SAVEDIR