[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.141,1.142

Eugene Sandulenko sev at users.sourceforge.net
Sun Feb 22 17:37:12 CET 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13781

Modified Files:
	descumm6.cpp 
Log Message:
Added more comments on HE 0xBE


Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- descumm6.cpp	23 Feb 2004 00:58:12 -0000	1.141
+++ descumm6.cpp	23 Feb 2004 01:23:54 -0000	1.142
@@ -2427,7 +2427,9 @@
 		// TODO: this loads another script which does something like
 		// stack altering and then finishes (usually with opcode 0xBD).
 		// When stack is changed, further disassembly is wrong.
-		// This is widely used in HE games
+		// This is widely used in HE games.
+		// As there are cases when called script does not alter the
+		// stack, it's not correct to use "rlpp|..." here
 		ext(output, "lpp|startObjectQuick");
 		break;
 	case 0xBF:





More information about the Scummvm-git-logs mailing list