[Scummvm-cvs-logs] CVS: scummvm script_v1.cpp,1.63,1.64

Vincent Hamm yazoo at users.sourceforge.net
Thu Apr 4 17:26:11 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv14043

Modified Files:
	script_v1.cpp 
Log Message:
Removed ugly object fix that was implemented while the flags were buggy. Now you can exit the village in LoomCd

Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v1.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** script_v1.cpp	4 Apr 2002 03:20:21 -0000	1.63
--- script_v1.cpp	4 Apr 2002 19:36:07 -0000	1.64
***************
*** 2394,2399 ****
  	if (whereIsObject(obj)!=WIO_NOT_FOUND) {
  		getObjectXYPos(obj);
! 		if(_xPos !=0 && _yPos !=0) // fix while the early objects flags arent correct
! 			startWalkActor(a, _xPos, _yPos, _dir);
  	}
  }
--- 2394,2398 ----
  	if (whereIsObject(obj)!=WIO_NOT_FOUND) {
  		getObjectXYPos(obj);
! 		startWalkActor(a, _xPos, _yPos, _dir);
  	}
  }





More information about the Scummvm-git-logs mailing list