[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.76,1.77

Max Horn fingolfin at users.sourceforge.net
Sat Jan 4 12:01:24 CET 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv14704

Modified Files:
	descumm6.cpp 
Log Message:
small mod

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- descumm6.cpp	1 Jan 2003 21:37:40 -0000	1.76
+++ descumm6.cpp	4 Jan 2003 20:00:39 -0000	1.77
@@ -381,8 +381,8 @@
 	/* 64 */
 	"VAR_PAUSE_KEY",
 	"VAR_SAVELOADDIALOG_KEY",	// ???
-	"VAR_TALKSTOP_KEY",			// ???
 	NULL,
+	"VAR_TALKSTOP_KEY",			// ???
 	/* 68 */
 	NULL,
 	NULL,
@@ -550,9 +550,9 @@
 	"VAR_PAUSE_KEY",
 	"VAR_SAVELOADDIALOG_KEY",
 	NULL,
-	NULL,
-	/* 68 */
 	"VAR_TALKSTOP_KEY",
+	/* 68 */
+	NULL,
 	NULL,
 	NULL,
 	NULL,
@@ -2002,7 +2002,7 @@
 		ext("rp|getObjectY");
 		break;
 	case 0xED:
-		ext("rp|getActorAnimCounter1");
+		ext("rp|getActorChore");
 		break;
 	case 0xEE:
 		ext("rpp|getDistObjObj");





More information about the Scummvm-git-logs mailing list