summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/libunix.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc
index 7006a6d2fb..d2ac1c157a 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -892,10 +892,12 @@ inline unsigned get_brand(int col)
: CHATTR_NORMAL;
}
+#ifndef USE_TILE
void textattr(int col)
{
textcolor(col);
}
+#endif
static int curs_fg_attr(int col)
{