From e52fb1abe6d912db6815f196b55ed8dc84519f57 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 20 May 2008 22:30:28 +0000 Subject: Add another comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5164 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') 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); -- cgit v1.2.3-54-g00ecf