summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 05:17:13 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 05:17:13 +0000
commiteb910bc1e2c4f7222d565ccd4b0ca88faeb84047 (patch)
tree7f39a1fe4d84a56f04d4591babea208eec4a63d6 /crawl-ref/source/mstuff2.cc
parent832dc6020a65db3a518b542bfe0d37fa138bd290 (diff)
downloadcrawl-ref-eb910bc1e2c4f7222d565ccd4b0ca88faeb84047.tar.gz
crawl-ref-eb910bc1e2c4f7222d565ccd4b0ca88faeb84047.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5642 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index d3975dc5c9..da8801bb37 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -88,12 +88,10 @@ void mons_trap(struct monsters *monster)
}
}
- //
// Trap damage to monsters is not a function of level, because they
// are fairly stupid and tend to have fewer hp than players -- this
// choice prevents traps from easily killing large monsters fairly
// deep within the dungeon.
- //
switch (env.trap[which_trap].type)
{
case TRAP_DART: