]> granicus.if.org Git - nethack/commitdiff
cmdassist follow-up bit
authornethack.allison <nethack.allison>
Sun, 4 Aug 2002 23:34:10 +0000 (23:34 +0000)
committernethack.allison <nethack.allison>
Sun, 4 Aug 2002 23:34:10 +0000 (23:34 +0000)
src/cmd.c

index 716c53b403db1f3eb5340e3933027a19dacb62a5..5d631ee463410fb1689354bacd18deaa5a5a298a 100644 (file)
--- 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");