[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.102,1.103
Max Horn
fingolfin at users.sourceforge.net
Wed May 14 03:17:08 CEST 2003
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv2441
Modified Files:
descumm6.cpp
Log Message:
added opcode 0xf7 (getActorZPlane)
Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- descumm6.cpp 11 May 2003 22:23:11 -0000 1.102
+++ descumm6.cpp 14 May 2003 10:16:10 -0000 1.103
@@ -1816,6 +1816,9 @@
case 0xF6:
ext("rps|stringWidth");
break;
+ case 0xF7:
+ ext("rp|getActorZPlane");
+ break;
default:
invalidop(NULL, code);
More information about the Scummvm-git-logs
mailing list