From a4be9baa7af0116b50c038d8efa00f216b1b41f9 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 8 Nov 2009 17:10:37 -0600 Subject: Reorder the parameters in mgen_data::hostile_at() to be closer to the order used in mgen_data(), and allow the former to specify the base monster, as the latter does. --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index c88216ee35..f2b0635406 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -2868,7 +2868,7 @@ static void _hell_effects() { create_monster( mgen_data::hostile_at(which_beastie, - you.pos(), 0, 0, true)); + true, 0, 0, you.pos())); } else { -- cgit v1.2.3-54-g00ecf