summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 55c16e5c78..3f1d62435a 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -97,6 +97,10 @@ static const char *features[] = {
#ifdef UNICODE_GLYPHS
"Unicode glyphs",
#endif
+
+#ifdef USE_TILE
+ "Tile support",
+#endif
};
void version(void)