summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 10:44:29 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 10:44:29 +0000
commit4daba3ca7d412661061d913ad860c50e67aa2cda (patch)
tree645bee1abd5493f5a364fe6be047818b34b81a68 /crawl-ref/source/ouch.h
parent4c3ed78b224967a731c664375d51819199188314 (diff)
downloadcrawl-ref-4daba3ca7d412661061d913ad860c50e67aa2cda.tar.gz
crawl-ref-4daba3ca7d412661061d913ad860c50e67aa2cda.zip
No unnecessary double messaging when drawing the Wraith.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2554 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index c1c063bdfb..6036f3f584 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -110,7 +110,7 @@ void lose_level(void);
/* ***********************************************************************
* called from: decks - fight - item_use - ouch - religion - spells
* *********************************************************************** */
-void drain_exp(void);
+void drain_exp(bool announce_full = true);
void expose_player_to_element( beam_type flavour, int strength = 0 );