From 2f4e7b8e2668b41c79b9fa18877c170abe51a783 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 26 Jun 2009 10:40:41 +0000 Subject: 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 --- crawl-ref/source/makeitem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.cc') 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) { -- cgit v1.2.3-54-g00ecf