summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_mons.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-25 22:38:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-25 22:38:21 +0200
commitca96156951bf69e87e50d81448e0bce7a0f71a5e (patch)
tree70b4d478d6c4f68e16500d71fa8a247ac4796c90 /crawl-ref/source/l_mons.cc
parente8da5e6c01950dd649f90030a2c77654480e4369 (diff)
downloadcrawl-ref-ca96156951bf69e87e50d81448e0bce7a0f71a5e.tar.gz
crawl-ref-ca96156951bf69e87e50d81448e0bce7a0f71a5e.zip
Drop TAG_MAJOR_VERSION == 32 ifdefs.
Diffstat (limited to 'crawl-ref/source/l_mons.cc')
-rw-r--r--crawl-ref/source/l_mons.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/l_mons.cc b/crawl-ref/source/l_mons.cc
index dc39cc84a4..2e2b1c7c7e 100644
--- a/crawl-ref/source/l_mons.cc
+++ b/crawl-ref/source/l_mons.cc
@@ -206,12 +206,7 @@ MDEF(muse)
static const char *_moneat_names[] =
{
- "nothing", "items", "corpses",
-#if TAG_MAJOR_VERSION == 32
- "food", "honey"
-#else
- "honey", "food"
-#endif
+ "nothing", "items", "corpses", "honey", "food",
};
static const char *_moneat_to_str(mon_itemeat_type etyp)