summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-17 17:41:33 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-17 17:41:33 +0200
commit45dcbe7e4728c8276da687ebd43c7d43c97463f5 (patch)
treeadb2735a334acaa5084312878ea974f776b725cc /crawl-ref/source/delay.cc
parentaca0573f562eff4f88894207241bf7bea81595e6 (diff)
downloadcrawl-ref-45dcbe7e4728c8276da687ebd43c7d43c97463f5.tar.gz
crawl-ref-45dcbe7e4728c8276da687ebd43c7d43c97463f5.zip
Remove a crapload of references to removed things.
The Dwarf branch, traps skill, recite, even a spiked flail sighting.
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 593d9e663b..2403e3d100 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1826,7 +1826,11 @@ static const char *delay_names[] =
"not_delayed", "eat", "vampire_feed", "armour_on", "armour_off",
"jewellery_on", "memorise", "butcher", "bottle_blood", "weapon_swap",
"passwall", "drop_item", "multidrop", "ascending_stairs",
- "descending_stairs", "recite", "run", "rest", "travel", "macro",
+ "descending_stairs",
+#if TAG_MAJOR_VERSION == 34
+ "recite",
+#endif
+ "run", "rest", "travel", "macro",
"macro_process_key", "interruptible", "uninterruptible"
};