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 42dd31c35e..c1c063bdfb 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -96,7 +96,7 @@ void scrolls_burn(char burn_strength, char target_class);
* ouch - output - religion - spells - spells2 - spells4
* *********************************************************************** */
void ouch(int dam, int death_source, kill_method_type death_type,
- const char *aux = NULL);
+ const char *aux = NULL, bool see_source = true);
// last updated 12may2000 {dlb}