summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index ff792e0181..8618d6ee76 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -55,7 +55,7 @@ void init_skill_order( void );
/* ***********************************************************************
* called from: acr - it_use2 - item_use - newgame - ouch - player - skills
* *********************************************************************** */
-int calc_mp(void);
+int calc_mp(bool real_mp = false);
// last_updated 24may2000 {dlb}
@@ -63,7 +63,7 @@ int calc_mp(void);
* called from: ability - acr - food - it_use2 - misc - mutation -
* newgame - ouch - player - skills - spells1 - transfor
* *********************************************************************** */
-int calc_hp(void);
+int calc_hp(bool real_hp = false);
// last_updated 24may2000 {dlb}