summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/acr.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 22c0e65395..e575977346 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3000,9 +3000,9 @@ static bool _untrap_target(const coord_def move, bool check_confused)
return (false);
}
-// Opens doors and . If either move_x or
-// move_y are non-zero, the pair carries a specific direction for the door
-// to be opened (eg if you type ctrl + dir).
+// Opens doors and may also handle untrapping/attacking etc.
+// If either move_x or move_y are non-zero, the pair carries a specific
+// direction for the door to be opened (eg if you type ctrl + dir).
static void _open_door(coord_def move, bool check_confused)
{
ASSERT(!crawl_state.arena && !crawl_state.arena_suspended);