summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 02:22:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 02:22:49 +0000
commitf8ea6fa39c8df16f677a8901553ca0d88ae5926f (patch)
tree3a3c6ad0a7bad82df0792959f2aa4c9f70a3d0fc /crawl-ref/source/spells1.h
parent5988d0dbc6e0df95ae9cd07ada9ece337bad4118 (diff)
downloadcrawl-ref-f8ea6fa39c8df16f677a8901553ca0d88ae5926f.tar.gz
crawl-ref-f8ea6fa39c8df16f677a8901553ca0d88ae5926f.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4316 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 91558644db..66b66c0187 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -47,14 +47,14 @@ char cast_greatest_healing(void);
* called from: ability - spell
* *********************************************************************** */
char cast_lesser_healing(void);
-#endif
+#endif
// last updated 24may2000 {dlb}
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-int cast_healing(int power, int target_x = -1, int target_y = -1);
-int cast_revitalisation(int power);
+int cast_healing(int pow, int target_x = -1, int target_y = -1);
+int cast_revitalisation(int pow);
// last updated 24may2000 {dlb}
/* ***********************************************************************