summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 22:27:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 22:27:06 +0000
commit5a958305f387d43bbbc80859022b50c3f391fe96 (patch)
tree37fffcd64b53e0ac7f9e08907e32c1cc4de494b0 /crawl-ref/source/spells1.h
parent9cc4ae67d7aba85a9eee26bb6e390ecd2e30da77 (diff)
downloadcrawl-ref-5a958305f387d43bbbc80859022b50c3f391fe96.tar.gz
crawl-ref-5a958305f387d43bbbc80859022b50c3f391fe96.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4421 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 816ce24386..5f3d742f80 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -81,7 +81,7 @@ void cast_cure_poison(int mabil);
int allowed_deaths_door_hp(void);
void cast_deaths_door(int pow);
int cast_fire_storm(int powc, bolt &beam);
-bool cast_revivification(int power);
+bool cast_revivification(int pow);
void cast_berserk(void);
void cast_ring_of_flames(int power);
bool conjure_flame(int pow);