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 f4c18f543e..940d828120 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -639,7 +639,7 @@ int player_teleport(bool calc_unid = true);
bool items_give_ability(const int slot, artefact_prop_type abil);
int scan_artefacts(artefact_prop_type which_property, bool calc_unid = true);
-int slaying_bonus(char which_affected);
+int slaying_bonus(char which_affected, bool ranged = false);
bool player_mesmerised_by(const monsters *mon);