summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:08:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:08:55 +0000
commit451fb7b49934ec01be4e336d5f42eded24e351c1 (patch)
tree3805177d368ba1368b4464f92fe929b9049cc388 /crawl-ref
parent8011d5b9610bd259faa1604db0a4400edf6a3f40 (diff)
downloadcrawl-ref-451fb7b49934ec01be4e336d5f42eded24e351c1.tar.gz
crawl-ref-451fb7b49934ec01be4e336d5f42eded24e351c1.zip
Add yet another minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7316 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/spells2.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 28222a96e1..e5ec060ba1 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1539,7 +1539,6 @@ bool cast_summon_dragon(int pow, god_type god)
return (false);
}
-// Trog sends a fighting buddy (or enemy) for a follower.
bool summon_berserker(int pow, god_type god, bool force_hostile)
{
monster_type mon = MONS_PROGRAM_BUG;