]> granicus.if.org Git - nethack/commitdiff
BUC follow-up bit
authornethack.allison <nethack.allison>
Tue, 19 Feb 2002 14:29:15 +0000 (14:29 +0000)
committernethack.allison <nethack.allison>
Tue, 19 Feb 2002 14:29:15 +0000 (14:29 +0000)
src/invent.c

index bfc273fa253928336b43febe7380f2a737c1acef..92b76e89db4ced3d451dac14811f605f1fde0862 100644 (file)
@@ -1108,7 +1108,7 @@ unsigned *resultflags;
                You("have nothing to %s.", word);
                return(0);
        }
-       if (combo) add_valid_menu_class(0);     /* reset */
+       add_valid_menu_class(0);        /* reset */
        if (!strcmp(word, "take off")) {
            takeoff = TRUE;
            filter = is_worn;