summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 66896fe9df..06127f3041 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1614,7 +1614,8 @@ bool summon_berserker(int pow, god_type god, bool force_hostile)
static bool _summon_holy_being_wrapper(int pow, god_type god,
monster_type mon, bool quiet)
-{ const int dur = std::min(2 + (random2(pow) / 4), 6);
+{
+ const int dur = std::min(2 + (random2(pow) / 4), 6);
const int monster =
create_monster(