Mark some extended commands as no-fuzzer

... instead of checking the fuzzer being on in the commands themselves.
This commit is contained in:
Pasi Kallinen
2021-07-08 11:35:40 +03:00
parent 57cfcd9ed0
commit 491adc6a69
5 changed files with 31 additions and 34 deletions

View File

@@ -12,6 +12,7 @@
#define WIZMODECMD 0x04 /* wizard-mode command */
#define GENERALCMD 0x08 /* general command, does not take game time */
#define CMD_NOT_AVAILABLE 0x10 /* recognized but non-functional (!SHELL,&c) */
#define NOFUZZERCMD 0x20 /* fuzzer cannot execute this command */
struct ext_func_tab {
uchar key;