summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:17:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:17:59 +0000
commit4e68d68230e5ea653f735bd6bbde44d28440a1f4 (patch)
tree0bcff65bace0a9de0eaded2b23192a11cf248279 /crawl-ref/source
parent3de50dd8d03a8a6c7267ba70a92de87c2f304f75 (diff)
downloadcrawl-ref-4e68d68230e5ea653f735bd6bbde44d28440a1f4.tar.gz
crawl-ref-4e68d68230e5ea653f735bd6bbde44d28440a1f4.zip
Backport applicable part of trunk r10311 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10312 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 89c4656dd9..7d8113c6aa 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -8176,7 +8176,7 @@ void monsters::react_to_damage(int damage, beam_type flavour)
const int nmons = mons_place(
mgen_data(jelly, beha, 0, 0,
- jpos, foe));
+ jpos, foe, 0, god));
if (nmons != -1 && nmons != NON_MONSTER)
{