summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-12-16 23:27:51 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-12-16 23:31:41 +0100
commit476a0770e8dd2137abbaa661244b460f74ed1666 (patch)
tree4ac3e6f109ad7fced770a71e69a790c301ab988c /crawl-ref/source/tiletex.h
parent0347585d53725310aab07d53576ca2f1dab1dd4a (diff)
downloadcrawl-ref-476a0770e8dd2137abbaa661244b460f74ed1666.tar.gz
crawl-ref-476a0770e8dd2137abbaa661244b460f74ed1666.zip
Split icons out from main.png. Fixes #2981.
This should also allow us to draw clouds beneath monsters.
Diffstat (limited to 'crawl-ref/source/tiletex.h')
-rw-r--r--crawl-ref/source/tiletex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index f35cd07135..e22c93a34a 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -16,6 +16,7 @@ enum TextureID
TEX_PLAYER, // player.png
TEX_DEFAULT, // main.png
TEX_GUI, // gui.png
+ TEX_ICONS, // icons.png
TEX_MAX
};