summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/throw.cc
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2014-01-30 08:47:34 +0200
committerPekka Lampila <pekka.lampila@iki.fi>2014-01-30 08:54:18 +0200
commit5885d96ce7a50a9fb8e9cc59e1df9d0eb8c1e046 (patch)
tree0ae16c288a427b238570e839c83415e05dfd9d62 /crawl-ref/source/throw.cc
parentc2bc827ef229d04c54483e9692726732df28cbcd (diff)
downloadcrawl-ref-5885d96ce7a50a9fb8e9cc59e1df9d0eb8c1e046.tar.gz
crawl-ref-5885d96ce7a50a9fb8e9cc59e1df9d0eb8c1e046.zip
Fix double "Okey, then." when canceling a throw
Diffstat (limited to 'crawl-ref/source/throw.cc')
-rw-r--r--crawl-ref/source/throw.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/throw.cc b/crawl-ref/source/throw.cc
index 8990900a1b..f5d3a1cb2e 100644
--- a/crawl-ref/source/throw.cc
+++ b/crawl-ref/source/throw.cc
@@ -1569,7 +1569,6 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport, int acc_bonus,
// "Fire through friendly?" prompts.
if (cancelled)
{
- canned_msg(MSG_OK);
you.turn_is_over = false;
if (pbolt.special_explosion != NULL)
delete pbolt.special_explosion;