Make WIZARD unconditional.

This commit is contained in:
Sean Hunt
2015-02-14 00:31:17 -05:00
committed by Pasi Kallinen
parent eca41ae060
commit cc7ab4a2da
62 changed files with 42 additions and 493 deletions

View File

@@ -161,10 +161,8 @@ static void process_options(int argc, char **argv)
argc--;
switch (argv[0][1]) {
case 'D':
#ifdef WIZARD
wizard = TRUE, discover = FALSE;
break;
#endif
/* otherwise fall thru to discover */
case 'X':
discover = TRUE, wizard = FALSE;
@@ -253,12 +251,8 @@ void getlock(void)
boolean
authorize_wizard_mode()
{
#ifdef WIZARD
/* other ports validate user name or character name here */
return TRUE;
#else
return FALSE;
#endif
}
#ifndef __begui__