xrogue: compile out wizard mode by default.

This commit is contained in:
John "Elwin" Edwards 2015-05-05 12:07:12 -04:00
parent 9c0cafd74d
commit 85a0b26fa3
3 changed files with 7 additions and 0 deletions

View file

@ -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;