summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-07-28 04:49:25 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-07-28 22:03:55 -0400
commitdff94423a83e40c30644bcd52f812018beaebc4c (patch)
tree0f8ca7971a64c3dabda76897447ed89d931617b3 /crawl-ref/source/effects.cc
parentc41cc3f4d6c1773353983e0e51e40460a5fd2a07 (diff)
downloadcrawl-ref-dff94423a83e40c30644bcd52f812018beaebc4c.tar.gz
crawl-ref-dff94423a83e40c30644bcd52f812018beaebc4c.zip
Remove another ancient comment
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index ce2029dafc..6a84a680d9 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -201,9 +201,6 @@ int torment_player(actor *attacker, int taux)
{
ASSERT(!crawl_state.game_is_arena());
- // [dshaligram] Switched to using ouch() instead of dec_hp() so that
- // notes can also track torment and activities can be interrupted
- // correctly.
int hploss = 0;
if (!player_res_torment(false))