summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-labyrinth.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-12 03:09:08 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-12 03:09:08 +0200
commit64d4ef277c5500fa5b4f65a6a96768605ec6fd75 (patch)
tree8487dfd6b4af109efadcc60a88fccfb433f69d5a /crawl-ref/source/dgn-labyrinth.cc
parent7ff52721aa186489a3a27074a2e95e9f0471eb02 (diff)
parent3e11d7d1fd1154c0c458eb8482c56aae6c69b7ea (diff)
downloadcrawl-ref-64d4ef277c5500fa5b4f65a6a96768605ec6fd75.tar.gz
crawl-ref-64d4ef277c5500fa5b4f65a6a96768605ec6fd75.zip
Merge branch 'master' into portal_branches
Diffstat (limited to 'crawl-ref/source/dgn-labyrinth.cc')
-rw-r--r--crawl-ref/source/dgn-labyrinth.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-labyrinth.cc b/crawl-ref/source/dgn-labyrinth.cc
index 8227f241f8..220b788530 100644
--- a/crawl-ref/source/dgn-labyrinth.cc
+++ b/crawl-ref/source/dgn-labyrinth.cc
@@ -367,7 +367,8 @@ static void _labyrinth_add_blood_trail(const dgn_region &region)
if (you.wizard)
env.pgrid(start) |= FPROP_HIGHLIGHT;
#endif
- bleed_onto_floor(start, MONS_HUMAN, 150, true, false);
+ bleed_onto_floor(start, MONS_HUMAN, 150, true, false, INVALID_COORD,
+ true);
for (unsigned int step = 0; step < path.size(); step++)
{