summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-08 17:59:24 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-10 05:18:02 -0500
commitfe42935f94759ab46fa5462b2505ee06faf1c3e3 (patch)
treeffdbbcec55993abcf9d26c5b22b6070107e62166 /crawl-ref/source/colour.h
parenteb772c383587f6a986839186779da1e401f0a5c6 (diff)
downloadcrawl-ref-fe42935f94759ab46fa5462b2505ee06faf1c3e3.tar.gz
crawl-ref-fe42935f94759ab46fa5462b2505ee06faf1c3e3.zip
add waves example
Diffstat (limited to 'crawl-ref/source/colour.h')
-rw-r--r--crawl-ref/source/colour.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/colour.h b/crawl-ref/source/colour.h
index e29d38db17..b5edae9c02 100644
--- a/crawl-ref/source/colour.h
+++ b/crawl-ref/source/colour.h
@@ -46,6 +46,7 @@ enum element_type
ETC_IRON, // colour of iron
ETC_BONE, // colour of bone
ETC_ELVEN_BRICK,
+ ETC_WAVES,
ETC_RANDOM, // any colour (except BLACK)
};