summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_mons.cc
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@wybt.net>2010-11-25 19:55:29 +0300
committerVsevolod Kozlov <zaba@wybt.net>2010-11-25 19:55:29 +0300
commit3a1f44834a77762edbbf7740f324bdd48e13b52d (patch)
treeee8879a185c286124fd1c142eeca8f4454469cb1 /crawl-ref/source/l_mons.cc
parent4aa9c18a27b2ced57fcd0c0755c9eba77df4a48e (diff)
downloadcrawl-ref-3a1f44834a77762edbbf7740f324bdd48e13b52d.tar.gz
crawl-ref-3a1f44834a77762edbbf7740f324bdd48e13b52d.zip
Remove rune_subst; bump save major version, map cache version; clean up after version bump.
This is rather large, but rune_subst was in the saves, and I decided it was cleaner to bump the major version than the minor one. This updates enum.h. I apologize for the inconvenience. This might have broken something, but the previous changes to .des files should have taken care of that.
Diffstat (limited to 'crawl-ref/source/l_mons.cc')
-rw-r--r--crawl-ref/source/l_mons.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/l_mons.cc b/crawl-ref/source/l_mons.cc
index 7971750b4c..331d7c130c 100644
--- a/crawl-ref/source/l_mons.cc
+++ b/crawl-ref/source/l_mons.cc
@@ -177,8 +177,7 @@ MDEF(dancing_weapon)
static const char *_monuse_names[] =
{
- "nothing", "open_doors", "starting_equipment", "weapons_armour",
- "magic_items"
+ "nothing", "open_doors", "starting_equipment", "weapons_armour"
};
static const char *_monuse_to_str(mon_itemuse_type utyp)