[Scummvm-cvs-logs] SF.net SVN: scummvm: [31791] scummvm/trunk/engines/gob/goblin_v2.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Apr 30 20:07:22 CEST 2008


Revision: 31791
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31791&view=rev
Author:   drmccoy
Date:     2008-04-30 11:07:22 -0700 (Wed, 30 Apr 2008)

Log Message:
-----------
Reverting accidently made revert of the gob3 walk fix

Modified Paths:
--------------
    scummvm/trunk/engines/gob/goblin_v2.cpp

Modified: scummvm/trunk/engines/gob/goblin_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/goblin_v2.cpp	2008-04-30 14:55:28 UTC (rev 31790)
+++ scummvm/trunk/engines/gob/goblin_v2.cpp	2008-04-30 18:07:22 UTC (rev 31791)
@@ -266,7 +266,7 @@
 		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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list