From f6c9ed873638e48430bbbb4d7ffde7a54ef9a634 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 14 Jul 2009 22:45:38 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10216 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/acr.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/acr.cc') 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); -- cgit v1.2.3-54-g00ecf