summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-08 12:23:21 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-08 14:46:34 +0000
commit1b4a07aabe4332f4cab1e306e2f869fc354e9c83 (patch)
treef3a7ef87ed5da761a241a2ad361f4835d9f88af1 /crawl-ref/source/mgen_enum.h
parenta23cdd3435a54cfbcf02009eae03fe011bab5c76 (diff)
downloadcrawl-ref-1b4a07aabe4332f4cab1e306e2f869fc354e9c83.tar.gz
crawl-ref-1b4a07aabe4332f4cab1e306e2f869fc354e9c83.zip
Don't generate plain formicids
They're not really interesting in bands, either.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index b0cd174ef0..93269a8895 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -117,7 +117,6 @@ enum band_type
BAND_CORRUPTER,
BAND_BLACK_SUN,
BAND_VASHNIA,
- BAND_FORMICID,
NUM_BANDS // always last
};