Add #fuzzer wiz-mode command

Move the debug_fuzzer boolean out of the full options menu
and turn it into #fuzzer extended command
This commit is contained in:
Pasi Kallinen
2022-08-20 08:34:48 +03:00
parent c1337773f5
commit ac5aadf0e3
3 changed files with 15 additions and 2 deletions

View File

@@ -182,8 +182,6 @@ static int optfn_##a(int, int, boolean, char *, char *);
Yes, Yes, No, No, NoAlias,
"load DECGraphics display symbols into symset")
#endif
NHOPTB(debug_fuzzer, Advanced, 0, opt_in, set_wiznofuz,
Off, Yes, No, No, NoAlias, &iflags.debug_fuzzer)
NHOPTB(debug_hunger, Advanced, 0, opt_in, set_wiznofuz,
Off, Yes, No, No, NoAlias, &iflags.debug_hunger)
NHOPTB(debug_mongen, Advanced, 0, opt_in, set_wiznofuz,