summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-02-26 06:41:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-02-26 06:41:31 +0100
commit10a37fa11b77e5b0bdbcc3ed1fcff97387b12510 (patch)
tree58f8997adc99087736b7466bb292d5cc52c17468 /crawl-ref/source/mgen_enum.h
parente59fb650c46d607bea7853717d66a78de8fdd532 (diff)
downloadcrawl-ref-10a37fa11b77e5b0bdbcc3ed1fcff97387b12510.tar.gz
crawl-ref-10a37fa11b77e5b0bdbcc3ed1fcff97387b12510.zip
Simplify summoning of demons by tier.
Especially, don't encode two distinct types in mspec.type, use enums like draconians do.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index 5b20adb47b..1c58f17004 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -75,14 +75,6 @@ enum band_type
NUM_BANDS // always last
};
-enum demon_class_type
-{
- DEMON_LESSER, // 0: Class V
- DEMON_COMMON, // 1: Class II-IV
- DEMON_GREATER, // 2: Class I
- DEMON_RANDOM, // any of the above
-};
-
enum dragon_class_type
{
DRAGON_LIZARD,