summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-18 15:10:50 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-18 15:10:50 -0400
commitb770d6204bdfcc09b241233cc97663a4977beb79 (patch)
tree2b230fa5340f1b73513d19305a347e876c6bd498 /crawl-ref/source/transform.cc
parent5c7c912003b121e1d5e9a491f74ff861cd7d52f8 (diff)
downloadcrawl-ref-b770d6204bdfcc09b241233cc97663a4977beb79.tar.gz
crawl-ref-b770d6204bdfcc09b241233cc97663a4977beb79.zip
Documentation fix (PleasingFungus).
Possibly the fastest-ever outdating of a comment.
Diffstat (limited to 'crawl-ref/source/transform.cc')
-rw-r--r--crawl-ref/source/transform.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/transform.cc b/crawl-ref/source/transform.cc
index d9b8de358c..6b1173a25d 100644
--- a/crawl-ref/source/transform.cc
+++ b/crawl-ref/source/transform.cc
@@ -596,8 +596,7 @@ static bool _flying_in_new_form(transformation_type which_trans)
*
* In addition to checking whether the feature is dangerous for the form
* itself (form_likes_*), the function checks to see if the player is safe
- * due to flying or similar effects, and checks to see if they'll be killed
- * when transforming back (treeform in deep water).
+ * due to flying or similar effects.
*
* @param which_trans The form being checked.
* @param feat The dungeon feature to be checked for danger.