summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-25 11:48:21 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-25 11:48:21 +0000
commitfd7dc681f01391fac151867b2d9152d7795c6e76 (patch)
tree136453f8c9bb22855d1a7a2f8e07bf98e077ac68 /crawl-ref/source/spl-util.cc
parent5e50467df71766be3f79b72d59f93c797164834f (diff)
downloadcrawl-ref-fd7dc681f01391fac151867b2d9152d7795c6e76.tar.gz
crawl-ref-fd7dc681f01391fac151867b2d9152d7795c6e76.zip
Mention named orcs' base type in the monster descriptions.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5231 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 13622f1e73..6e0496a643 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -774,7 +774,7 @@ bool spell_direction( dist &spelld, bolt &pbolt,
pbolt.source_y = you.y_pos;
return (true);
-} // end spell_direction()
+}
const char* spelltype_short_name( int which_spelltype )
{