summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 34cd7a4271..74c49984e8 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -32,7 +32,7 @@ bool burn_freeze(int pow, beam_type flavour, int targetmon);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-int corpse_rot(int power);
+int corpse_rot(int pow);
struct dist;