summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-26 07:10:06 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-26 07:10:06 +0200
commit0a0b1e0ede89bef2a7f8056841fb5fa32395a715 (patch)
treecc52e1ee4e73d10365a4a222237fc676aaa67770 /crawl-ref/source/colour.cc
parent8a404b747a1def05b7cb8f5e231d9bf5d3603e4d (diff)
downloadcrawl-ref-0a0b1e0ede89bef2a7f8056841fb5fa32395a715.tar.gz
crawl-ref-0a0b1e0ede89bef2a7f8056841fb5fa32395a715.zip
Fix a warning.
Diffstat (limited to 'crawl-ref/source/colour.cc')
-rw-r--r--crawl-ref/source/colour.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/colour.cc b/crawl-ref/source/colour.cc
index 8bb36fcfa3..717098b3e4 100644
--- a/crawl-ref/source/colour.cc
+++ b/crawl-ref/source/colour.cc
@@ -766,7 +766,7 @@ unsigned short dos_brand(unsigned short colour,
}
#endif
-#if defined(TARGET_OS_WINDOWS) || defined(USE_TILE)
+#if defined(TARGET_OS_WINDOWS) || defined(USE_TILE_LOCAL)
static unsigned _colflag2brand(int colflag)
{
switch (colflag)