summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-24 23:11:28 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-24 23:11:28 +0000
commitfcf7c5191381b4cf90787d62ba8e448dd4a23a17 (patch)
treefee3cb255487c116405d71cd06bd1cd01a3982a7 /crawl-ref/source/spells1.cc
parent9304ae6cc3684377e50e6fcbc3d13e80fa092b6a (diff)
downloadcrawl-ref-fcf7c5191381b4cf90787d62ba8e448dd4a23a17.tar.gz
crawl-ref-fcf7c5191381b4cf90787d62ba8e448dd4a23a17.zip
Along the lines of 1706790: the identify inventory list now only contains
items which aren't fully IDed by default. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1360 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 0a80fdde88..1a1609dbda 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -368,7 +368,7 @@ void identify(int power)
do
{
item_slot = prompt_invent_item( "Identify which item?", MT_INVSELECT,
- -1, true, true, false );
+ OSEL_UNIDENT, true, true, false );
if (item_slot == PROMPT_ABORT)
{
canned_msg( MSG_OK );