summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-28 23:00:12 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-28 23:00:12 +0000
commitca1e897a646bb9c098a1fc651a3b4aa6c976ddc7 (patch)
treedbf6313bff2e2906a4f9ee61fdefff8594849522 /crawl-ref/source/debug.cc
parent0f8c8527e5a685509462e0990a7b6ec6595e445a (diff)
downloadcrawl-ref-ca1e897a646bb9c098a1fc651a3b4aa6c976ddc7.tar.gz
crawl-ref-ca1e897a646bb9c098a1fc651a3b4aa6c976ddc7.zip
Apply r6640, r6694 (both by Darshan), r6670 (Haran), r6679 and r6703
(me) to branch. Includes TSO no longer granting permanent allies and resultant friendly pickup change, and a number of smaller changes. Also update change log. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6709 c06c8d41-db1a-0410-9941-cceddc491573
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))