summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-16 17:29:52 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-16 17:29:52 -0500
commitfbd3998f59e01195208f81543ade3086b5732157 (patch)
tree872222b08679328803a7d012da3372a3e99182d2 /crawl-ref/source/it_use2.cc
parent241ceb5971b5c87b58e7f28f9fee417230561a5d (diff)
downloadcrawl-ref-fbd3998f59e01195208f81543ade3086b5732157.tar.gz
crawl-ref-fbd3998f59e01195208f81543ade3086b5732157.zip
Add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 5d3f4e795b..b3d296d6a5 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -1,6 +1,6 @@
/*
* File: it_use2.cc
- * Summary: Functions for using wands, potions, and weapon/armour removal.4\3
+ * Summary: Functions for using wands, potions, and weapon/armour removal.
* Written by: Linley Henzell
*/
@@ -245,9 +245,9 @@ bool potion_effect(potion_type pot_eff, int pow, bool drank_it, bool was_known)
}
}
- // Merfolk boots unmeld if levitation takes us out of water
- if(!player_is_airborne() && you.species == SP_MERFOLK
- && grid_is_water(grd(you.pos())))
+ // Merfolk boots unmeld if levitation takes us out of water.
+ if (!player_is_airborne() && you.species == SP_MERFOLK
+ && grid_is_water(grd(you.pos())))
{
unmeld_one_equip(EQ_BOOTS);
}