[Scummvm-cvs-logs] CVS: scummvm script_v1.cpp,1.47,1.48

James Brown ender at users.sourceforge.net
Tue Mar 12 22:15:03 CET 2002


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

Modified Files:
	script_v1.cpp 
Log Message:
FOA bug: Never mind, this room seems to be totally screwed. Ignore distance totally.



Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v1.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** script_v1.cpp	13 Mar 2002 06:07:19 -0000	1.47
--- script_v1.cpp	13 Mar 2002 06:14:08 -0000	1.48
***************
*** 1278,1282 ****
  
  	if ((_gameId==GID_INDY4) && (o2 == 1212))	/* Fix for FOA, another odd bug */
! 		r =  r - 20;
  
  	/* Fix for monkey 2, dunno what's wrong in scummvm */
--- 1278,1282 ----
  
  	if ((_gameId==GID_INDY4) && (o2 == 1212))	/* Fix for FOA, another odd bug */
! 		r = 0;
  
  	/* Fix for monkey 2, dunno what's wrong in scummvm */





More information about the Scummvm-git-logs mailing list