summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index ef65c1288f..4014edab30 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -64,10 +64,7 @@
// especially bad, so we'll want to remap that. OS X is otherwise
// Unix-ish, so we shouldn't need other special handling.
//
-#if defined(TARGET_OS_MACOSX)
- #define USE_8_COLOUR_TERM_MAP
- #define COL_TO_REPLACE_DARKGREY BLUE
-#endif
+#define COL_TO_REPLACE_DARKGREY BLUE
//
// FreeBSD