srogue: allow wizard mode to be compiled out.
This commit is contained in:
parent
47712fdf5d
commit
7d4d7dbbe8
2 changed files with 4 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ command()
|
|||
activity();
|
||||
after = FALSE;
|
||||
}
|
||||
#ifdef WIZARD
|
||||
when CTRL('P') :
|
||||
after = FALSE;
|
||||
if (wizard) {
|
||||
|
|
@ -214,6 +215,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