summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 12:52:59 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 12:52:59 +0000
commitff0ecefe2a7e5144776ad262ec501e3c29ba9252 (patch)
tree3c543099e6bdcfebe044aa9cb885f75b6a28e8ef /crawl-ref/source/acr.cc
parent7dff54b82e9751a089128cc512104ddfe40f150d (diff)
downloadcrawl-ref-ff0ecefe2a7e5144776ad262ec501e3c29ba9252.tar.gz
crawl-ref-ff0ecefe2a7e5144776ad262ec501e3c29ba9252.zip
Changed \ to use item-menu code when displaying identified items.
Much cleaner now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@143 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 675109642f..eaf8ffacb6 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1351,8 +1351,7 @@ static void do_action( command_type cmd ) {
break;
case CMD_DISPLAY_KNOWN_OBJECTS:
- check_item_knowledge(); //nothing = check_item_knowledge();
- redraw_screen();
+ check_item_knowledge();
break;
#ifdef ALLOW_DESTROY_ITEM_COMMAND