[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.107,1.108

kirben kirben at users.sourceforge.net
Sun Oct 2 13:41:35 CEST 2005


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

Modified Files:
	descumm.cpp 
Log Message:

Update opcode in C64 maniac.


Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- descumm.cpp	24 Sep 2005 14:28:22 -0000	1.107
+++ descumm.cpp	2 Oct 2005 13:33:37 -0000	1.108
@@ -2742,10 +2742,7 @@
 		do_tok(buf, "putActorInRoom", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
 		break;
 	case 0xE5:
-		buf =
-			do_tok(buf, "loadRoomWithEgo",
-						 ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B) | ANOLASTPAREN);
-		do_tok(buf, NULL, A1B | A2B | ANOFIRSTPAREN | ASTARTCOMMA);
+		do_tok(buf, "loadRoomWithEgo", A1B | A2B);
 		break;
 	case 0x6E:
 	case 0xEE:





More information about the Scummvm-git-logs mailing list