summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 19:06:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 19:06:26 +0000
commit5680f596aa91070a0a580947e7115f01bbf130fd (patch)
treef1d3d969d2c08d57d164b6b83b11c42c5c67178f /crawl-ref/source/spells2.h
parent94a5e7d262a915b255dd4103b21d4744a17b655f (diff)
downloadcrawl-ref-5680f596aa91070a0a580947e7115f01bbf130fd.tar.gz
crawl-ref-5680f596aa91070a0a580947e7115f01bbf130fd.zip
Add still more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7311 c06c8d41-db1a-0410-9941-cceddc491573
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;