[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.62,1.63

Jonathan Gray khalek at users.sourceforge.net
Sat May 24 03:46:06 CEST 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv16718

Modified Files:
	descumm.cpp 
Log Message:
putActorAtObject fix

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- descumm.cpp	23 May 2003 16:24:14 -0000	1.62
+++ descumm.cpp	24 May 2003 10:45:44 -0000	1.63
@@ -1981,7 +1981,7 @@
 	case 0x8E:
 	case 0xCE:
 		//putActorAtObject
-		do_tok(buf, "putActorAtObject", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B) );
+		do_tok(buf, "putActorAtObject", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2W) );
 		break;
 	case 0x2D:
 	case 0x6D:





More information about the Scummvm-git-logs mailing list