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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index ed5e48da26..a50b85dc26 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -15,6 +15,7 @@ enum TextureID
TEX_DUNGEON, // dngn.png
TEX_PLAYER, // player.png
TEX_DEFAULT, // main.png
+ TEX_GUI, // gui.png
TEX_MAX
};