Make WIZARD unconditional.
This commit is contained in:
@@ -509,7 +509,6 @@ register const char *s;
|
||||
|
||||
} else Strcpy(protofile, "");
|
||||
|
||||
#ifdef WIZARD
|
||||
/* SPLEVTYPE format is "level-choice,level-choice"... */
|
||||
if (wizard && *protofile && sp && sp->rndlevs) {
|
||||
char *ep = getenv("SPLEVTYPE"); /* not nh_getenv */
|
||||
@@ -531,7 +530,6 @@ register const char *s;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if(*protofile) {
|
||||
Strcat(protofile, LEV_EXT);
|
||||
|
||||
Reference in New Issue
Block a user