Allow wizard mode to be compiled out
This commit is contained in:
parent
d480eff297
commit
bcc2abe517
2 changed files with 5 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ command()
|
|||
exit(0);
|
||||
}
|
||||
when '.' : ; /* Rest command */
|
||||
#ifdef WIZARD
|
||||
when CTRL('P') :
|
||||
after = FALSE;
|
||||
if (wizard)
|
||||
|
|
@ -211,6 +212,7 @@ command()
|
|||
else
|
||||
msg("Sorry");
|
||||
}
|
||||
#endif
|
||||
when ESCAPE : /* Escape */
|
||||
door_stop = FALSE;
|
||||
count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue