Show only the short automatic glyph description

When you turn on the automatic description of a glyph under cursor,
we want to show the short description of what glyph it actually is.
The long full description of all possibilities is far too long, so
may cause more-prompts, and is awkward for blind players.
This commit is contained in:
Pasi Kallinen
2015-04-25 15:19:13 +03:00
parent 5479a0b44c
commit 5828d17eef

View File

@@ -115,8 +115,7 @@ const char *goal;
cc.x = cx;
cc.y = cy;
if (do_screen_description(cc, TRUE, sym, tmpbuf, &firstmatch)) {
/* there may be an encoded glyph */
putmixed(WIN_MESSAGE, 0, tmpbuf);
pline1(firstmatch);
curs(WIN_MAP, cx, cy);
flush_screen(0);
}