summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 23:52:01 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 23:52:01 +0000
commitf76a28883b52ad529804c1213b25f0fe42f9fc3e (patch)
treeb20708b77aec0d901171b8c60fd2416d0a20d380 /crawl-ref/source/acr.cc
parent10516e8cb1e0b3328114399ffddf6685a4b16bab (diff)
downloadcrawl-ref-f76a28883b52ad529804c1213b25f0fe42f9fc3e.tar.gz
crawl-ref-f76a28883b52ad529804c1213b25f0fe42f9fc3e.zip
Fix 2033249: endgame and shop inventory browsing didn't allow examining
items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6737 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 522342ef84..53e35ab5d2 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2413,7 +2413,7 @@ void process_command( command_type cmd )
break;
case CMD_LIST_EQUIPMENT:
- get_invent( OSEL_EQUIP );
+ get_invent(OSEL_EQUIP);
break;
case CMD_INSCRIBE_ITEM: