summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-13 20:13:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-13 20:13:34 +0000
commitc806d0576cf54c3f3ab3ecb4c17fb3bf596f9d63 (patch)
treeefe3e18e28fb3554acee672768b920209437dc10 /crawl-ref/source/spells2.h
parentefa261989c118090a430f48c76d50d248c6c60f2 (diff)
downloadcrawl-ref-c806d0576cf54c3f3ab3ecb4c17fb3bf596f9d63.tar.gz
crawl-ref-c806d0576cf54c3f3ab3ecb4c17fb3bf596f9d63.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9437 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 30536a72b4..a30756f0c1 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -22,9 +22,9 @@ void corpse_rot();
struct dist;
bool vampiric_drain(int pow, const dist &vmove);
-int detect_creatures( int pow, bool telepathic = false );
-int detect_items( int pow );
-int detect_traps( int pow );
+int detect_creatures(int pow, bool telepathic = false);
+int detect_items(int pow);
+int detect_traps(int pow);
void cast_refrigeration(int pow);
void cast_toxic_radiance(void);
void drain_life(int pow);