summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 23:04:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 23:04:25 +0000
commitcc6e8a31098fa2a0b1a1634c98a7422686d7816d (patch)
tree4cab29ff00eef0d7f42939970ad3f9bd949127ae /crawl-ref/source/spells2.cc
parentdc9818f51f12decc30475d7d616f5ae4313e509d (diff)
downloadcrawl-ref-cc6e8a31098fa2a0b1a1634c98a7422686d7816d.tar.gz
crawl-ref-cc6e8a31098fa2a0b1a1634c98a7422686d7816d.zip
Add more miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9483 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
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;