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.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index f39bb6a0e2..4fbf0e7ce5 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -1316,7 +1316,6 @@ bool throw_it(struct bolt &pbolt, int throw_2, monsters *dummy_target)
}
else
{
- mpr( STD_DIRECTION_PROMPT, MSGCH_PROMPT );
message_current_target();
direction( thr, DIR_NONE, TARG_ENEMY );
}
@@ -2521,9 +2520,7 @@ void zap_wand(void)
}
}
- mpr( STD_DIRECTION_PROMPT, MSGCH_PROMPT );
message_current_target();
-
direction( zap_wand, DIR_NONE, targ_mode );
if (!zap_wand.isValid)