[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6he.cpp,2.116,2.117 script_v72he.cpp,2.96,2.97 script_v7he.cpp,2.89,2.90 script_v80he.cpp,2.23,2.24 script_v90he.cpp,2.34,2.35

Travis Howell kirben at users.sourceforge.net
Wed Sep 15 05:41:27 CEST 2004


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

Modified Files:
	script_v6he.cpp script_v72he.cpp script_v7he.cpp 
	script_v80he.cpp script_v90he.cpp 
Log Message:

Call direct


Index: script_v6he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6he.cpp,v
retrieving revision 2.116
retrieving revision 2.117
diff -u -d -r2.116 -r2.117
--- script_v6he.cpp	14 Sep 2004 12:05:00 -0000	2.116
+++ script_v6he.cpp	15 Sep 2004 12:40:49 -0000	2.117
@@ -287,7 +287,7 @@
 		OPCODE(o6_talkEgo),
 		/* BC */
 		OPCODE(o6_dimArray),
-		OPCODE(o6_dummy),
+		OPCODE(o6_stopObjectCode),
 		OPCODE(o6_startObjectQuick),
 		OPCODE(o6_startScriptQuick2),
 		/* C0 */

Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.96
retrieving revision 2.97
diff -u -d -r2.96 -r2.97
--- script_v72he.cpp	15 Sep 2004 06:41:11 -0000	2.96
+++ script_v72he.cpp	15 Sep 2004 12:40:49 -0000	2.97
@@ -281,7 +281,7 @@
 		OPCODE(o6_talkEgo),
 		/* BC */
 		OPCODE(o72_dimArray),
-		OPCODE(o6_dummy),
+		OPCODE(o6_stopObjectCode),
 		OPCODE(o6_startObjectQuick),
 		OPCODE(o6_startScriptQuick2),
 		/* C0 */

Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.89
retrieving revision 2.90
diff -u -d -r2.89 -r2.90
--- script_v7he.cpp	15 Sep 2004 06:41:11 -0000	2.89
+++ script_v7he.cpp	15 Sep 2004 12:40:49 -0000	2.90
@@ -282,7 +282,7 @@
 		OPCODE(o6_talkEgo),
 		/* BC */
 		OPCODE(o6_dimArray),
-		OPCODE(o6_dummy),
+		OPCODE(o6_stopObjectCode),
 		OPCODE(o6_startObjectQuick),
 		OPCODE(o6_startScriptQuick2),
 		/* C0 */

Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.23
retrieving revision 2.24
diff -u -d -r2.23 -r2.24
--- script_v80he.cpp	14 Sep 2004 15:06:01 -0000	2.23
+++ script_v80he.cpp	15 Sep 2004 12:40:49 -0000	2.24
@@ -281,7 +281,7 @@
 		OPCODE(o6_talkEgo),
 		/* BC */
 		OPCODE(o72_dimArray),
-		OPCODE(o6_dummy),
+		OPCODE(o6_stopObjectCode),
 		OPCODE(o6_startObjectQuick),
 		OPCODE(o6_startScriptQuick2),
 		/* C0 */

Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.34
retrieving revision 2.35
diff -u -d -r2.34 -r2.35
--- script_v90he.cpp	14 Sep 2004 15:06:01 -0000	2.34
+++ script_v90he.cpp	15 Sep 2004 12:40:49 -0000	2.35
@@ -281,7 +281,7 @@
 		OPCODE(o6_talkEgo),
 		/* BC */
 		OPCODE(o72_dimArray),
-		OPCODE(o6_dummy),
+		OPCODE(o6_stopObjectCode),
 		OPCODE(o6_startObjectQuick),
 		OPCODE(o6_startScriptQuick2),
 		/* C0 */





More information about the Scummvm-git-logs mailing list