From cf500b2450186ef3c9f34d651ca9ba5c0bb4c880 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 19 May 2003 00:25:26 +0000 Subject: enable box'ed walking in V2 games svn-id: r7660 --- scumm/script_v2.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scumm/script_v2.cpp') diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index b71f81b30e..c8b5d9e71b 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -920,7 +920,6 @@ void Scumm_v2::o2_walkActorTo() { y = getVarOrDirectByte(0x20) * 2; assert(a); - a->ignoreBoxes = true; // FIXME: Disabling walkboxes for now, just to debug the intro a->startWalkActor(x, y, -1); } -- cgit v1.2.3