[Scummvm-cvs-logs] CVS: tools descumm3.cpp,1.6,1.7 descumm5.cpp,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Tue Aug 13 16:50:02 CEST 2002


Update of /cvsroot/scummvm/tools
In directory usw-pr-cvs1:/tmp/cvs-serv2430

Modified Files:
	descumm3.cpp descumm5.cpp 
Log Message:
actorAnimate -> animateCostume (match changed name in ScummVM)

Index: descumm3.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm3.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- descumm3.cpp	29 Jul 2002 16:12:41 -0000	1.6
+++ descumm3.cpp	13 Aug 2002 23:49:27 -0000	1.7
@@ -1699,7 +1699,7 @@
 	case 0x51:
 	case 0x91:
 	case 0xD1:
-		do_tok(buf, "actorAnimate", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
+		do_tok(buf, "animateCostume", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
 		break;
 
 	case 0x80:

Index: descumm5.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm5.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- descumm5.cpp	28 Jul 2002 10:15:19 -0000	1.6
+++ descumm5.cpp	13 Aug 2002 23:49:27 -0000	1.7
@@ -1696,7 +1696,7 @@
 	case 0x51:
 	case 0x91:
 	case 0xD1:
-		do_tok(buf, "actorAnimate", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
+		do_tok(buf, "animateCostume", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
 		break;
 
 	case 0x80:





More information about the Scummvm-git-logs mailing list