summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-25 22:38:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-25 22:38:21 +0200
commitca96156951bf69e87e50d81448e0bce7a0f71a5e (patch)
tree70b4d478d6c4f68e16500d71fa8a247ac4796c90 /crawl-ref/source/colour.h
parente8da5e6c01950dd649f90030a2c77654480e4369 (diff)
downloadcrawl-ref-ca96156951bf69e87e50d81448e0bce7a0f71a5e.tar.gz
crawl-ref-ca96156951bf69e87e50d81448e0bce7a0f71a5e.zip
Drop TAG_MAJOR_VERSION == 32 ifdefs.
Diffstat (limited to 'crawl-ref/source/colour.h')
-rw-r--r--crawl-ref/source/colour.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/crawl-ref/source/colour.h b/crawl-ref/source/colour.h
index 51d82bd4fb..2c102b1dce 100644
--- a/crawl-ref/source/colour.h
+++ b/crawl-ref/source/colour.h
@@ -1,9 +1,6 @@
#ifndef COLOUR_H
#define COLOUR_H
-// Please remove after changing TAG_MAJOR_VERSION
-#include "tag-version.h"
-
#include "mon-info.h"
// various elemental colour schemes... used for abstracting random
@@ -26,9 +23,6 @@ enum element_type
ETC_HOLY, // general "good" god effects
ETC_DARK, // darkness
ETC_DEATH, // assassin/necromancy stuff
-#if TAG_MAJOR_VERSION == 32
- ETC_NECRO, // necromancy stuff
-#endif
ETC_UNHOLY, // demonology stuff
ETC_VEHUMET, // vehumet's oddball colours
ETC_BEOGH, // Beogh altar colours
@@ -44,9 +38,6 @@ enum element_type
ETC_KRAKEN, // kraken colours
ETC_FLOOR, // colour of the area's floor
ETC_ROCK, // colour of the area's rock
-#if TAG_MAJOR_VERSION == 32
- ETC_STONE, // colour of the area's stone
-#endif
ETC_MIST, // colour of mist
ETC_SHIMMER_BLUE, // shimmering colours of blue
ETC_DECAY, // colour of decay/swamp
@@ -62,9 +53,6 @@ enum element_type
ETC_LIQUEFIED, // ripples of yellow and brown.
ETC_SWAMP_TREE, // colour of trees on water
ETC_ORB_GLOW, // halo coming from the Orb of Zot
-#if TAG_MAJOR_VERSION == 32
- ETC_SUBTRACTOR, // subtractor snakes
-#endif
ETC_DISCO = 96,
ETC_FIRST_LUA = ETC_DISCO, // colour indices have to be <128