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 bd07a101c8..b3ecedef1d 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -639,7 +639,7 @@ int player_res_cold(bool calc_unid = true, bool temp = true,
int player_res_acid(bool calc_unid = true, bool items = true);
int player_acid_resist_factor();
-int player_res_torment(bool calc_unid = true);
+int player_res_torment(bool calc_unid = true, bool temp = true);
bool player_item_conserve(bool calc_unid = true);
int player_mental_clarity(bool calc_unid = true, bool items = true);