summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 03:06:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 03:06:47 +0000
commit470e11963a4ff694bd8e4ec8c93c9cdcf0320ce5 (patch)
treec4fb2515af52ccbadbda9f16111aac60750881e2 /crawl-ref/source/spells3.cc
parent75c0a24dc15a637d1becb126b9a9cbdbc4597f83 (diff)
downloadcrawl-ref-470e11963a4ff694bd8e4ec8c93c9cdcf0320ce5.tar.gz
crawl-ref-470e11963a4ff694bd8e4ec8c93c9cdcf0320ce5.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4944 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 704df77fc4..4784f1009d 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1144,12 +1144,10 @@ bool project_noise(void)
return (success);
} // end project_noise()
-/*
- Type recalled:
- 0 = anything
- 1 = undead only (Kiku/Yred religion ability)
- 2 = orcs only (Beogh religion ability)
- */
+// Type recalled:
+// 0 = anything
+// 1 = undead only (Kiku/Yred religion ability)
+// 2 = orcs only (Beogh religion ability)
bool recall(char type_recalled)
{
int loopy = 0; // general purpose looping variable {dlb}