From abc4280d24bf18defcc91535ea1d80fe113c7c79 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 14 May 2008 17:06:12 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5034 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cloud.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/cloud.cc') diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc index f98eabe7aa..182ce92ae1 100644 --- a/crawl-ref/source/cloud.cc +++ b/crawl-ref/source/cloud.cc @@ -67,7 +67,7 @@ static void place_new_cloud(cloud_type cltype, int x, int y, int decay, // find slot for cloud for (int ci = 0; ci < MAX_CLOUDS; ci++) { - if (env.cloud[ci].type == CLOUD_NONE) // ie is empty + if (env.cloud[ci].type == CLOUD_NONE) // i.e., is empty { new_cloud( ci, cltype, x, y, decay, whose, spread_rate ); break; -- cgit v1.2.3-54-g00ecf