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 a069b76a34..bb1cba82f7 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1028,7 +1028,7 @@ void split_blood_potions_into_decay( int obj, int amount )
}
// checks whether the player or a monster is capable of bleeding
-static bool victim_can_bleed(int montype)
+bool victim_can_bleed(int montype)
{
if (montype == -1) // player
{