summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-26 10:40:41 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-26 10:40:41 +0000
commit2f4e7b8e2668b41c79b9fa18877c170abe51a783 (patch)
tree0dc194395f0d5c0069dc90c369ed50036acbadad /crawl-ref/source/makeitem.cc
parentf0c0cfd09ce299dfe21139e4464e0f18bcc6b3e7 (diff)
downloadcrawl-ref-2f4e7b8e2668b41c79b9fa18877c170abe51a783.tar.gz
crawl-ref-2f4e7b8e2668b41c79b9fa18877c170abe51a783.zip
Add tile definitions into art-data.txt, though only for the item tiles.
(The doll definitions are too complicated.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10050 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 40cf5bd8fd..203f4b6447 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -891,7 +891,7 @@ static bool _try_make_item_special_unrand(item_def& item, int force_type,
bool abyss = item_level == level_id(LEVEL_ABYSS).absdepth();
int idx = find_okay_unrandart(item.base_type, force_type,
- UNRANDPSEC_SPECIAL, abyss);
+ UNRANDSPEC_SPECIAL, abyss);
if (idx != -1)
{