summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-04-08 03:14:33 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-04-08 03:14:33 +0200
commit5577605d7802af08a7cc1c2d09c1b5599dfcee6c (patch)
treea69e40215d4d2d884cbad0bb81c6d641ab4428f5 /crawl-ref/source/colour.h
parent1491aabfcd8d9fb9874bba38626941f91e6212f1 (diff)
downloadcrawl-ref-5577605d7802af08a7cc1c2d09c1b5599dfcee6c.tar.gz
crawl-ref-5577605d7802af08a7cc1c2d09c1b5599dfcee6c.zip
Drop remnants of the DOS port.
It's broken since 0.5 (where it "just" had a long-unfixed bug with infinite mana), in 0.6 doesn't even compile and in 0.8 took a number of other tedious to port blows. If no one stepped up to revive it, no one probably ever will. DOS is an ancient coprolith, too, and can't really handle the bloat Crawl has. As a side effect, I made *h and /h work on Windows.
Diffstat (limited to 'crawl-ref/source/colour.h')
-rw-r--r--crawl-ref/source/colour.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/colour.h b/crawl-ref/source/colour.h
index da1a39b758..884d4ce379 100644
--- a/crawl-ref/source/colour.h
+++ b/crawl-ref/source/colour.h
@@ -97,7 +97,7 @@ int element_colour(int element, bool no_random = false,
const coord_def& loc = coord_def());
bool get_tornado_phase(const coord_def& loc);
-#if defined(TARGET_OS_WINDOWS) || defined(TARGET_OS_DOS) || defined(USE_TILE)
+#if defined(TARGET_OS_WINDOWS) || defined(USE_TILE)
unsigned short dos_brand(unsigned short colour,
unsigned brand = CHATTR_REVERSE);
#endif