From 4d67fb84e59eb0515c3c8af004effe58fd20ff93 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 30 Apr 2008 18:07:22 +0000 Subject: Reverting accidently made revert of the gob3 walk fix svn-id: r31791 --- engines/gob/goblin_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/gob/goblin_v2.cpp b/engines/gob/goblin_v2.cpp index 8af4015c1b..c9e155ad08 100644 --- a/engines/gob/goblin_v2.cpp +++ b/engines/gob/goblin_v2.cpp @@ -266,7 +266,7 @@ void Goblin_v2::movePathFind(Mult::Mult_Object *obj, Gob_Object *gobDesc, int16 if (_vm->_map->_screenWidth == 640) { if (_vm->_map->getPass(obj->goblinX, obj->goblinY) == 10) animData->nextState = 41; - if (_vm->_map->getPass(obj->goblinX - 1, obj->goblinY) != 10) + if (_vm->_map->getPass(obj->goblinX - 1, obj->goblinY + 2) != 10) animData->nextState = 7; } break; -- cgit v1.2.3