From d8942ba7fea6c6196daf24190bee72566683f56d Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Oct 2008 05:57:38 +0000 Subject: Add miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7276 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') 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( -- cgit v1.2.3-54-g00ecf