summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tiletex.h')
-rw-r--r--crawl-ref/source/tiletex.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index cc07a6326d..c9488019f3 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -9,11 +9,12 @@
#include "tiles.h"
+// The different texture types.
enum TextureID
{
- TEX_DUNGEON,
- TEX_DOLL,
- TEX_DEFAULT,
+ TEX_DUNGEON, // dngn.png
+ TEX_PLAYER, // player.png
+ TEX_DEFAULT, // main.png
TEX_MAX
};