summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-03 15:36:03 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-03 15:36:03 -0600
commit076e32527931b69422acc0d4212f35dda6417a94 (patch)
treee8e1069702dfe644e4ad59b4564c1f90016c1f70 /crawl-ref/source/mgen_enum.h
parent4b9d202d44c266a9e486b32cef6b9fff261ab2f5 (diff)
downloadcrawl-ref-076e32527931b69422acc0d4212f35dda6417a94.tar.gz
crawl-ref-076e32527931b69422acc0d4212f35dda6417a94.zip
Reorder BAND_OGRE_MAGE_EXTERN on the next major version bump.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index be62665837..95bebfdcf2 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -26,6 +26,9 @@ enum band_type
BAND_YAKTAURS,
BAND_INSUBSTANTIAL_WISPS,
BAND_OGRE_MAGE,
+#if TAG_MAJOR_VERSION > 34
+ BAND_OGRE_MAGE_EXTERN,
+#endif
BAND_DEATH_YAKS,
BAND_NECROMANCER,
BAND_BALRUG,
@@ -73,7 +76,9 @@ enum band_type
BAND_LAMIA,
BAND_POLYPHEMUS,
BAND_VAULT_WARDEN,
+#if TAG_MAJOR_VERSION == 34
BAND_OGRE_MAGE_EXTERN,
+#endif
NUM_BANDS // always last
};