UltraRogue: compile out wizard mode by default.
Define WIZARD to enable it. There will be a configure option for this, once there is a configure script.
This commit is contained in:
parent
9a9c016bae
commit
8c77aafa62
1 changed files with 2 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ command(void)
|
||||||
* wizard commands
|
* wizard commands
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef WIZARD
|
||||||
case 0x17: /* ctrl-w */
|
case 0x17: /* ctrl-w */
|
||||||
after = FALSE;
|
after = FALSE;
|
||||||
|
|
||||||
|
|
@ -557,6 +558,7 @@ command(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
|
|
||||||
default:
|
default:
|
||||||
msg("Illegal command '%s', %d.",
|
msg("Illegal command '%s', %d.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue