summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
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 8c4d88bd60..29fb02de8d 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -71,7 +71,7 @@ void ouch(int dam, int death_source, kill_method_type death_type,
void lose_level(void);
-void drain_exp(bool announce_full = true);
+bool drain_exp(bool announce_full = true);
bool expose_items_to_element(beam_type flavour, const coord_def& where,
int strength = 0);