summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-11 23:39:35 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-11 23:41:26 -0400
commit15d8e20d4b76475658a24dba9c89fa1431bbdc4d (patch)
treead24ed4dee4e63721a8d040819872c6571e29d8f /crawl-ref/source/enum.h
parenta2967a39b463204d20a399e33142c6af5d9c387f (diff)
downloadcrawl-ref-15d8e20d4b76475658a24dba9c89fa1431bbdc4d.tar.gz
crawl-ref-15d8e20d4b76475658a24dba9c89fa1431bbdc4d.zip
Remove the unused BEAM_DEVOUR_FOOD
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b1201e6c81..9b050b7307 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -474,7 +474,9 @@ enum beam_type // bolt::flavour
BEAM_TORMENT_DAMAGE, // Pseudo-beam for damage flavour.
BEAM_FIRST_PSEUDO = BEAM_TORMENT_DAMAGE,
+#if TAG_MAJOR_VERSION == 34
BEAM_DEVOUR_FOOD, // Pseudo-beam for harpies' devouring food.
+#endif
NUM_BEAMS
};