summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 731664a7b6..c30b52f419 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -7,10 +7,10 @@
*
* Change History (most recent first):
*
- * <4> 14/12/99 LRH Added cast_spec_spell_name()
+ * <4> 14/12/99 LRH Added cast_spec_spell_name()
* <3> 5/06/99 JDJ Added TRACE.
* <2> -/--/-- JDJ Added a bunch od debugging macros.
- * Old code is now #if WIZARD.
+ * Old code is now #if WIZARD.
* <1> -/--/-- LRH Created
*/
@@ -4147,7 +4147,7 @@ static void _move_player(int x, int y)
static void _move_monster(int x, int y, int mid1)
{
dist moves;
- direction(moves, DIR_NONE, TARG_ANY, -1, true, false, true,
+ direction(moves, DIR_NONE, TARG_ANY, -1, true, false, true, true,
"Move monster to where?");
if (!moves.isValid || !in_bounds(moves.tx, moves.ty))