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-12-18 18:25:39 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-18 18:25:39 +0000
commitfe6051abc755060612c53ca92658cac2badb0a59 (patch)
tree28c6823e606def013dec2189bd02a7f858d85514 /crawl-ref/source/spl-util.cc
parent8a2d405ada0648369b43a954fbaf2333186cae4b (diff)
downloadcrawl-ref-fe6051abc755060612c53ca92658cac2badb0a59.tar.gz
crawl-ref-fe6051abc755060612c53ca92658cac2badb0a59.zip
Remove spells from randart books that don't fit at least one of primary
and secondary spell type. Move definite articles in spell type synonyms in front of the adjective when one is used. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7862 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 592da11f61..c4b96b7ffa 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -94,7 +94,7 @@ void init_spell_descs(void)
// which corrupts the heap.
for (unsigned int i = 0; i < SPELLDATASIZE - 1; i++)
spell_list[spelldata[i].id] = i;
-} // end init_spell_descs()
+}
typedef std::map<std::string, spell_type> spell_name_map;
static spell_name_map spell_name_cache;