[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.188,2.189 script_v7he.cpp,2.120,2.121

Travis Howell kirben at users.sourceforge.net
Fri Nov 26 19:08:06 CET 2004


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

Modified Files:
	script_v72he.cpp script_v7he.cpp 
Log Message:

No longer stubs


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.188
retrieving revision 2.189
diff -u -d -r2.188 -r2.189
--- script_v72he.cpp	27 Nov 2004 02:47:45 -0000	2.188
+++ script_v72he.cpp	27 Nov 2004 03:07:20 -0000	2.189
@@ -2381,7 +2381,7 @@
 	appendSubstring(dst, src, -1, -1);
 
 	push(dst);
-	debug(1,"stub o72_copyString");
+	debug(1,"o72_copyString");
 }
 
 void ScummEngine_v72he::o72_appendString() {
@@ -2402,7 +2402,7 @@
 	appendSubstring(dst, src, srcOffs, len);
 
 	push(dst);
-	debug(1,"stub o72_appendString");
+	debug(1,"o72_appendString");
 }
 
 void ScummEngine_v72he::o72_concatString() {
@@ -2424,7 +2424,7 @@
 	appendSubstring(dst, src2, 0, -1);
 
 	push(dst);
-	debug(1,"stub o72_concatString");
+	debug(1,"o72_concatString");
 }
 
 void ScummEngine_v72he::o72_checkGlobQueue() {

Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.120
retrieving revision 2.121
diff -u -d -r2.120 -r2.121
--- script_v7he.cpp	26 Nov 2004 20:17:02 -0000	2.120
+++ script_v7he.cpp	27 Nov 2004 03:07:21 -0000	2.121
@@ -741,7 +741,7 @@
 	}
 
 	push(width);
-	debug(1,"stub o70_getStringWidth (%d)", width);
+	debug(1,"o70_getStringWidth (%d)", width);
 }
 
 void ScummEngine_v70he::o70_kernelSetFunctions() {
@@ -831,7 +831,7 @@
 	appendSubstring(dst, src, srcOffs, len);
 
 	push(dst);
-	debug(1,"stub o70_appendString");
+	debug(1,"o70_appendString");
 }
 
 void ScummEngine_v70he::o70_compareString() {
@@ -873,7 +873,7 @@
 	}
 
 	push (i);
-	debug(1,"o70_compareString stub (%d, %d, %d)", id, id2, i);
+	debug(1,"o70_compareString (%d, %d, %d)", id, id2, i);
 }
 
 void ScummEngine_v70he::o70_readINI() {
@@ -956,7 +956,7 @@
 	}
 
 	push(len);
-	debug(1,"stub o70_getStringLenForWidth (%d)", len);
+	debug(1,"o70_getStringLenForWidth (%d)", len);
 }
 
 void ScummEngine_v70he::o70_getCharIndexInString() {
@@ -998,7 +998,7 @@
 	}
 
 	push(-1);
-	debug(1,"stub o70_getCharIndexInString");
+	debug(1,"o70_getCharIndexInString");
 }
 
 void ScummEngine_v70he::o70_setFilePath() {





More information about the Scummvm-git-logs mailing list