summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 05:57:38 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 05:57:38 +0000
commitd8942ba7fea6c6196daf24190bee72566683f56d (patch)
treebbc30e41d40d087d596fd14925ad7f96aa761726 /crawl-ref/source/spells2.cc
parent5736acdf8303e68e3cd111239ac6c887d4f84149 (diff)
downloadcrawl-ref-d8942ba7fea6c6196daf24190bee72566683f56d.tar.gz
crawl-ref-d8942ba7fea6c6196daf24190bee72566683f56d.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7276 c06c8d41-db1a-0410-9941-cceddc491573
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(