From a60b8603bd1b15589aa277e2b1d0d6b4b2c8ab4c Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 23 Apr 2008 05:54:17 +0000 Subject: More comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4516 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/religion.cc') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index 50e45a985a..f772028a45 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -1320,14 +1320,14 @@ static void _do_god_gift(bool prayed_for) int old_gifts = you.num_gifts[ you.religion ]; #endif - // Consider a gift if we don't have a timeout and weren't - // already praying when we prayed. + // Consider a gift if we don't have a timeout and weren't already + // praying when we prayed. if (!player_under_penance() && !you.gift_timeout || you.religion == GOD_ZIN) { bool success = false; - // Remember to check for water/lava + // Remember to check for water/lava. switch (you.religion) { default: -- cgit v1.2.3-54-g00ecf