xrogue: compile out wizard mode by default.
This commit is contained in:
parent
9c0cafd74d
commit
85a0b26fa3
3 changed files with 7 additions and 0 deletions
|
|
@ -445,6 +445,7 @@ command()
|
|||
}
|
||||
after = FALSE;
|
||||
when CTRL('P') :
|
||||
#ifdef WIZARD
|
||||
after = FALSE;
|
||||
if (wizard)
|
||||
{
|
||||
|
|
@ -462,6 +463,9 @@ command()
|
|||
else
|
||||
msg("Sorry");
|
||||
}
|
||||
#else
|
||||
msg("Sorry");
|
||||
#endif
|
||||
|
||||
otherwise :
|
||||
after = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue