summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-02 19:57:17 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-03-02 20:01:15 -0500
commit4e34cb1a75709db4dff0a11f1167a4accd30d81d (patch)
treea5dfcc5364c8e4632ea94e7b9f3e4da0752212dc /crawl-ref/source/mutation.h
parent9455bd2214c03ca917d4767f200835bf4a617de7 (diff)
downloadcrawl-ref-4e34cb1a75709db4dff0a11f1167a4accd30d81d.tar.gz
crawl-ref-4e34cb1a75709db4dff0a11f1167a4accd30d81d.zip
Remove insignificant speed-up of corpse rotting with Powered by Death.
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index ad1365fada..0c9a81708d 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -96,7 +96,7 @@ int how_mutated(bool all = false, bool levels = false);
void check_demonic_guardian();
void check_antennae_detect();
-int handle_pbd_corpses(bool do_rot);
+int handle_pbd_corpses();
equipment_type beastly_slot(int mut);
bool physiology_mutation_conflict(mutation_type mutat);
int augmentation_amount();