From 470e11963a4ff694bd8e4ec8c93c9cdcf0320ce5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 9 May 2008 03:06:47 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4944 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'crawl-ref/source/spells3.cc') 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} -- cgit v1.2.3-54-g00ecf