[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.60,1.61

Max Horn fingolfin at users.sourceforge.net
Thu May 22 19:05:10 CEST 2003


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

Modified Files:
	descumm.cpp 
Log Message:
fixed getClosestObjActor

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- descumm.cpp	22 May 2003 23:44:57 -0000	1.60
+++ descumm.cpp	23 May 2003 02:03:59 -0000	1.61
@@ -1811,7 +1811,7 @@
 
 	case 0x66:
 	case 0xE6:
-		do_tok(buf, "getClosestObjActor", AVARSTORE | ((opcode & 0x80) ? A1V : A1B));
+		do_tok(buf, "getClosestObjActor", AVARSTORE | ((opcode & 0x80) ? A1V : A1W));
 		break;
 
 	case 0x34:
@@ -2444,7 +2444,7 @@
 
 	case 0x66:
 	case 0xE6:
-		do_tok(buf, "getClosestObjActor", AVARSTORE | ((opcode & 0x80) ? A1V : A1B));
+		do_tok(buf, "getClosestObjActor", AVARSTORE | ((opcode & 0x80) ? A1V : A1W));
 		break;
 
 	case 0x6C:





More information about the Scummvm-git-logs mailing list