summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 17:03:51 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 17:03:51 -0600
commitb3e5fd0bf35b44baef808414ebfc7fa3357d3631 (patch)
treee094f1b974c2b23e549f93a7cd1cf7301487ebbe /crawl-ref/source/monster.cc
parent6a61a14d3d3832efe8573471860c5ad996f0bdd9 (diff)
downloadcrawl-ref-b3e5fd0bf35b44baef808414ebfc7fa3357d3631.tar.gz
crawl-ref-b3e5fd0bf35b44baef808414ebfc7fa3357d3631.zip
Revert erroneously committed bit.
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index 3f11106f54..6b999d5b39 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -435,7 +435,7 @@ int monsters::damage_brand(int which_attack)
return (!is_range_weapon(*mweap) ? get_weapon_brand(*mweap) : SPWPN_NORMAL);
}
-int monsters::damage_type(int which_attack) const
+int monsters::damage_type(int which_attack)
{
const item_def *mweap = weapon(which_attack);