]> granicus.if.org Git - nethack/commitdiff
commit the latest update for wiz_identify
authornhmall <mjnh@persona.ca>
Sat, 2 May 2015 22:16:11 +0000 (18:16 -0400)
committernhmall <mjnh@persona.ca>
Sat, 2 May 2015 22:16:11 +0000 (18:16 -0400)
git add mistake on my part

src/invent.c

index 3d9ac0843bf09379b55343ccf8a0facc4cb8db4f..a23c9216666aa7e8fbe1268762199a6cd52acdb2 100644 (file)
@@ -1912,8 +1912,9 @@ long* out_cnt;
         any.a_char = -1;
         /* wiz_identify stuffed the wiz_identify cmd character
            into iflags.override_ID */
-        Sprintf(prompt, "Debug Identify (%s to permanently identify)",visctrl(iflags.override_ID));
-        add_menu(win, NO_GLYPH, &any,'.', iflags.override_ID, ATR_NONE,
+        Sprintf(prompt, "Debug Identify (%s to permanently identify)",
+               visctrl(iflags.override_ID));
+        add_menu(win, NO_GLYPH, &any,'_', iflags.override_ID, ATR_NONE,
                 prompt, MENU_UNSELECTED);
     }
 nextclass: