summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 21:57:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 21:57:26 +0000
commitd0b6c0213283f30deee199adb58b0a84510feb61 (patch)
treef530c9541a81b57114c92c08a8f8a68da5fb013e
parent549ae0ce2b7b844aae9936453904c8433e881878 (diff)
downloadcrawl-ref-d0b6c0213283f30deee199adb58b0a84510feb61.tar.gz
crawl-ref-d0b6c0213283f30deee199adb58b0a84510feb61.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8962 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/xom.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index ae8422146f..fe1eca7283 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1881,9 +1881,9 @@ static void _handle_accidental_death(const int orig_hp,
const char orig_stats[],
const FixedVector<unsigned char, NUM_MUTATIONS> &orig_mutation)
{
- // Did ouch() return early because the player died from the Xom effect
- // even though neither is the player under penance nor is Xom bored?
-
+ // Did ouch() return early because the player died from the Xom
+ // effect, even though neither is the player under penance nor is
+ // Xom bored?
if (!you.did_escape_death()
&& you.escaped_death_aux.empty()
&& !_player_is_dead())