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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index bbf4683c66..f038c70459 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -149,7 +149,8 @@ int player_magical_power( void );
/* ***********************************************************************
* called from: fight - misc - ouch - spells
* *********************************************************************** */
-int player_prot_life(bool calc_unid = true, bool temp = true);
+int player_prot_life(bool calc_unid = true, bool temp = true,
+ bool items = true);
/* ***********************************************************************