summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index b705e889d4..e060e3fd14 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -495,7 +495,7 @@ public:
int shield_block_penalty() const;
int shield_bypass_ability(int tohit) const;
- void shield_block_succeeded();
+ void shield_block_succeeded(actor *foe);
bool wearing_light_armour(bool with_skill = false) const;
void exercise(skill_type skill, int qty);