summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}