[Scummvm-cvs-logs] CVS: scummvm script_v1.cpp,1.51,1.52

Vincent Hamm yazoo at users.sourceforge.net
Mon Mar 18 06:10:02 CET 2002


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

Modified Files:
	script_v1.cpp 
Log Message:
Fixed some object flags thing

Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v1.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** script_v1.cpp	18 Mar 2002 12:40:13 -0000	1.51
--- script_v1.cpp	18 Mar 2002 14:09:01 -0000	1.52
***************
*** 1300,1304 ****
  void Scumm::o5_getObjectState() {
  	if(_features & GF_SMALL_HEADER) {
! 		if((getState(getVarOrDirectWord(0x80)) &0x0F >>4) != (int)getVarOrDirectByte(0x40))
  			o5_jumpRelative();
  		else
--- 1300,1304 ----
  void Scumm::o5_getObjectState() {
  	if(_features & GF_SMALL_HEADER) {
! 		if((getState(getVarOrDirectWord(0x80)) &0xF0 >>4) != (int)getVarOrDirectByte(0x40))
  			o5_jumpRelative();
  		else





More information about the Scummvm-git-logs mailing list