summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-20 21:50:41 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-20 21:51:25 -0500
commit641b3a30c9a8c61e5b9626019029a0b953d9815c (patch)
treeb5e7db2dbb214510c851dd38570486a9eee15c46 /crawl-ref
parent0b9380cc19f69c8249a4dd24beb7191d387919a3 (diff)
downloadcrawl-ref-641b3a30c9a8c61e5b9626019029a0b953d9815c.tar.gz
crawl-ref-641b3a30c9a8c61e5b9626019029a0b953d9815c.zip
Add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mutation.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index e25a3f0c2e..934cf96750 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -2323,12 +2323,12 @@ bool mutate(mutation_type which_mutation, bool failMsg,
you.mutation[mutat]++;
- // Don't run this loop if we lost some equipment slots since
- // removing armour with stat modifiers makes the value of new_modifier
- // below different from the previously recorded value, and the
- // remove_one_equip call chain already does stat change from
- // removing items correctly. -cao
- if(!modified_eq)
+ // Don't run this loop if we lost some equipment slots, since
+ // removing armour with stat modifiers makes the value of
+ // new_modifier below different from the previously recorded value,
+ // and the remove_one_equip() call chain already does stat change
+ // from removing items correctly. -cao
+ if (!modified_eq)
{
for (int i = 0; i < 3; ++i)
{