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 fb812215f7..fb9cabd931 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -557,7 +557,7 @@ public:
bool cannot_fight() const;
bool fights_well_unarmed(int heavy_armour_penalty);
- void attacking(actor *other);
+ void attacking(actor *other, bool ranged = false);
bool can_go_berserk() const;
bool can_go_berserk(bool intentional, bool potion = false,
bool quiet = false) const;