[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.63,1.64
Max Horn
fingolfin at users.sourceforge.net
Wed Dec 25 07:13:03 CET 2002
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv9983
Modified Files:
descumm6.cpp
Log Message:
added breakHereVar
Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- descumm6.cpp 25 Dec 2002 02:10:42 -0000 1.63
+++ descumm6.cpp 25 Dec 2002 15:12:15 -0000 1.64
@@ -1362,7 +1362,10 @@
jump();
break;
case 0x67:
- ext("|break");
+ ext("|breakHere");
+ break;
+ case 0x68:
+ ext("p|breakHereVar");
break;
case 0x6A:
@@ -1809,7 +1812,6 @@
"\xDD|getMasterSFXVol,"
"\xDE|getMasterVoiceVol,"
"\xDF|getMasterMusicVol,"
-
"\xE0|readRegistryValue"
);
break;
More information about the Scummvm-git-logs
mailing list