summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-05 03:45:54 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-05 03:45:54 +0000
commit9e7773257a937eeed023683d02994cf3df4ff4ae (patch)
treecb6c050042cdd5a0ba82eb6384a2679fe34baf79 /crawl-ref/source/cloud.cc
parent64e4fc4f2f961f44ae4e7e87741c0b3461c3e257 (diff)
downloadcrawl-ref-9e7773257a937eeed023683d02994cf3df4ff4ae.tar.gz
crawl-ref-9e7773257a937eeed023683d02994cf3df4ff4ae.zip
Comment fix
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index 8c02e78fc8..3408d2079d 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -362,8 +362,7 @@ void manage_clouds()
int dissipate = you.time_taken;
- // If a player-created cloud is out of LOS, it dissipated much faster.
- // it dissipates much faster.
+ // If a player-created cloud is out of LOS, it dissipates much faster.
if (cloud.source == MID_PLAYER && !you.see_cell(cloud.pos))
dissipate *= 4;