summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-14 22:45:38 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-14 22:45:38 +0000
commitf6c9ed873638e48430bbbb4d7ffde7a54ef9a634 (patch)
tree05e5defa149ee36a8a0b890eee307a685fa80a00 /crawl-ref/source/acr.cc
parent314d93a98176f4eea464be2349039a4fd57de764 (diff)
downloadcrawl-ref-f6c9ed873638e48430bbbb4d7ffde7a54ef9a634.tar.gz
crawl-ref-f6c9ed873638e48430bbbb4d7ffde7a54ef9a634.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10216 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-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);