From b3e5fd0bf35b44baef808414ebfc7fa3357d3631 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 5 Nov 2009 17:03:51 -0600 Subject: Revert erroneously committed bit. --- crawl-ref/source/monster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monster.cc') 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); -- cgit v1.2.3-54-g00ecf