From 8386f680a6a5cbcb4e1ea20950d02264d160ec9d Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 4 Aug 2002 23:34:10 +0000 Subject: [PATCH] cmdassist follow-up bit --- src/cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd.c b/src/cmd.c index 716c53b40..5d631ee46 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -1944,9 +1944,9 @@ char *msg; if ((expl = dowhatdoes_core(ctrl, buf2)) && (!index(wiz_only_list, sym) #ifdef WIZARD - || wizard) + || wizard #endif - ) { + )) { Sprintf(buf, "Are you trying to use ^%c%s?", sym, index(wiz_only_list, sym) ? "" : " as specified in the Guidebook");