summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 7fb7ea2109..051018c82e 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -388,7 +388,7 @@ public:
int shield_bonus() const;
int shield_block_penalty() const;
- void shield_block_succeeded();
+ void shield_block_succeeded(actor *foe);
int shield_bypass_ability(int tohit) const;
actor_type atype() const { return ACT_MONSTER; }