summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 13:34:51 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 13:34:51 +0000
commit0ec19db88ab3dda9cce472c2157c054ffc2a9578 (patch)
treedc795c3bb6ecf5a2f49c394346d4a106554def39 /crawl-ref/source/spl-util.h
parentf492654ae5afc302ed1857b9d62b5578e4b485b8 (diff)
downloadcrawl-ref-0ec19db88ab3dda9cce472c2157c054ffc2a9578.tar.gz
crawl-ref-0ec19db88ab3dda9cce472c2157c054ffc2a9578.zip
Fixed spell name cache asserting on invalid spells.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4017 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 8cce405ad9..98ff8faac8 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -61,6 +61,8 @@ struct spell_desc
};
+bool is_valid_spell(spell_type spell);
+
//* * called from: acr
void init_spell_descs(void);