summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-30 20:27:04 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-07-01 00:44:23 -0400
commitad9ca2428799aaa4be837d1b84e026b89f7c54e8 (patch)
tree0b4b7b02c0c4386581cb9c9effa653812a2c4b1d /crawl-ref/source/enum.h
parent222b1e98f803c3caf95f9d96d191ef9d1f25d46a (diff)
downloadcrawl-ref-ad9ca2428799aaa4be837d1b84e026b89f7c54e8.tar.gz
crawl-ref-ad9ca2428799aaa4be837d1b84e026b89f7c54e8.zip
Remove Big Fish from the game
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 24284f89d8..48bc409799 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2770,8 +2770,8 @@ enum monster_type // menv[].type
#endif
// Water monsters:
- MONS_BIG_FISH,
#if TAG_MAJOR_VERSION == 34
+ MONS_BIG_FISH,
MONS_GIANT_GOLDFISH,
#endif
MONS_ELECTRIC_EEL,