summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 9a4af6bf8e..e3dce0e5d1 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -446,6 +446,7 @@ void identify(int power, int item_slot)
mpr("Choose an unidentified item, or Esc to abort.");
if ( Options.auto_list )
more();
+ item_slot = -1;
continue;
}