summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tiledef-unrand.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-26 23:10:17 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-26 23:10:17 +0000
commit3cc681e30ac236f7b88adece29f194cb30138ec8 (patch)
treebae782db4d02ab3f5914bde72af2f64411a965ae /crawl-ref/source/rltiles/tiledef-unrand.h
parent00ceeefaaee699285172941fde8fb0da51aefa5a (diff)
downloadcrawl-ref-3cc681e30ac236f7b88adece29f194cb30138ec8.tar.gz
crawl-ref-3cc681e30ac236f7b88adece29f194cb30138ec8.zip
* Also allow definition of equipment tiles in art-data.txt.
* Rename some tiles and tile folders. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10054 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/rltiles/tiledef-unrand.h')
-rw-r--r--crawl-ref/source/rltiles/tiledef-unrand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/tiledef-unrand.h b/crawl-ref/source/rltiles/tiledef-unrand.h
index 866135ab1d..e52b6ebc39 100644
--- a/crawl-ref/source/rltiles/tiledef-unrand.h
+++ b/crawl-ref/source/rltiles/tiledef-unrand.h
@@ -2,5 +2,6 @@
#define TILEDEF_UNRAND_H
int unrandart_to_tile(int unrand);
+int unrandart_to_doll_tile(int unrand);
#endif