Mercurial > hg > early-roguelike
diff xrogue/command.c @ 139:0d151573bdb0
xrogue: compile out wizard mode by default.
author | John "Elwin" Edwards |
---|---|
date | Tue, 05 May 2015 12:07:12 -0400 |
parents | dd137c35c3b1 |
children | 9aa9b9a2e159 |
line wrap: on
line diff
--- a/xrogue/command.c Tue May 05 11:24:02 2015 -0400 +++ b/xrogue/command.c Tue May 05 12:07:12 2015 -0400 @@ -445,6 +445,7 @@ } after = FALSE; when CTRL('P') : +#ifdef WIZARD after = FALSE; if (wizard) { @@ -462,6 +463,9 @@ else msg("Sorry"); } +#else + msg("Sorry"); +#endif otherwise : after = FALSE;