summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 0eb05999b0..a228cebea1 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -42,7 +42,7 @@ void split_potions_into_decay( int obj, int amount, bool need_msg = true );
bool victim_can_bleed(int montype);
void bleed_onto_floor(const coord_def& where, int mon, int damage,
- bool spatter = false);
+ bool spatter = false, bool smell_alert = true);
void generate_random_blood_spatter_on_level();
// last updated 12may2000 {dlb}