[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.17,1.18
James Brown
ender at users.sourceforge.net
Fri Nov 1 09:18:32 CET 2002
Update of /cvsroot/scummvm/tools
In directory usw-pr-cvs1:/tmp/cvs-serv16858
Modified Files:
descumm6.cpp
Log Message:
And that should be the last of them..
Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- descumm6.cpp 1 Nov 2002 17:11:51 -0000 1.17
+++ descumm6.cpp 1 Nov 2002 17:14:48 -0000 1.18
@@ -1401,6 +1401,15 @@
case 0xD5:
ext("lpp|jumpToScript");
break;
+ case 0xD8:
+ ext("rp|isRoomScriptRunning");
+ break;
+ case 0xEC:
+ ext("rp|getActorPriority");
+ break;
+ case 0xED:
+ ext("rp|getObjectNewDir");
+ break;
default:
invalidop(NULL, code);
break;
More information about the Scummvm-git-logs
mailing list