summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-20 22:30:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-20 22:30:28 +0000
commite52fb1abe6d912db6815f196b55ed8dc84519f57 (patch)
treefe465358f03d74b26964a610dbdd29c9e62de4e3 /crawl-ref/source/spells1.cc
parente9ed3b05935e8670aa1bf5752fec11a7f2d0aeba (diff)
downloadcrawl-ref-e52fb1abe6d912db6815f196b55ed8dc84519f57.tar.gz
crawl-ref-e52fb1abe6d912db6815f196b55ed8dc84519f57.zip
Add another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5164 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 57bcd040ee..2c0b92a1ee 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -360,7 +360,7 @@ void cast_chain_lightning( int powc )
// now check if the player is a target
dist = grid_distance( sx, sy, you.x_pos, you.y_pos );
- if (dist) // ie player was not the source
+ if (dist) // i.e., player was not the source
{
// distance randomized (as above)
dist += (random2(3) - 1);