From cc6e8a31098fa2a0b1a1634c98a7422686d7816d Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 14 Mar 2009 23:04:25 +0000 Subject: Add more miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9483 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc index f866662863..7aa49c2a55 100644 --- a/crawl-ref/source/spells2.cc +++ b/crawl-ref/source/spells2.cc @@ -1483,7 +1483,7 @@ bool summon_berserker(int pow, god_type god, int spell, else if (pow <= 180) { // trolls - switch(random2(8)) + switch (random2(8)) { case 0: mon = MONS_DEEP_TROLL; -- cgit v1.2.3-54-g00ecf