summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 4278b7d6fb..e6c4b3d427 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1124,7 +1124,7 @@ void bleed_onto_floor(const coord_def& where, int montype,
if (!m.can_bleed())
return;
}
-
+
_maybe_bloodify_square(where, damage, spatter, smell_alert);
}