[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.50,1.51
Max Horn
fingolfin at users.sourceforge.net
Wed May 21 17:48:06 CEST 2003
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv12498
Modified Files:
descumm.cpp
Log Message:
added V2 walkActorToObject
Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- descumm.cpp 21 May 2003 23:06:44 -0000 1.50
+++ descumm.cpp 22 May 2003 00:47:27 -0000 1.51
@@ -2189,8 +2189,9 @@
case 0x76:
case 0xB6:
case 0xF6:
- // walkActorToObject
+ do_tok(buf, "walkActorToObject", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
break;
+
default:
printf("Unknown opcode %.2X\n", opcode);
exit(1);
More information about the Scummvm-git-logs
mailing list