summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index e13ba99ba5..e2a61eef58 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6827,7 +6827,7 @@ int player::res_sticky_flame() const
return (player_res_sticky_flame());
}
-int player::res_cleansing_flame() const
+int player::res_cleansing_flame(const actor *attacker) const
{
if (player_is_unholy())
return (-2);