summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 9f9bfab85c..2cb6d9f5a0 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -2533,7 +2533,6 @@ void zap_wand(void)
if (you.inv[item_slot].base_type != OBJ_WANDS)
{
canned_msg(MSG_NOTHING_HAPPENS);
- you.turn_is_over = true;
return;
}