[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.126,2.127

Travis Howell kirben at users.sourceforge.net
Fri Sep 24 03:06:34 CEST 2004


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

Modified Files:
	script_v72he.cpp 
Log Message:

No longer required


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.126
retrieving revision 2.127
diff -u -d -r2.126 -r2.127
--- script_v72he.cpp	24 Sep 2004 09:55:06 -0000	2.126
+++ script_v72he.cpp	24 Sep 2004 10:05:27 -0000	2.127
@@ -1760,15 +1760,6 @@
 
 	mode = pop();
 	copyScriptString(filename);
-	// The boot script in some HE games doen't set the 
-	// complete data file name. So we work around that.
-	if (!strcmp((char *)filename,".he7")) {
-		memset(filename, 0, sizeof(filename));
-		sprintf((char *)filename, "%s.he7", _gameName.c_str());
-	} else if (!strcmp((char *)filename,".he3")) {
-		memset(filename, 0, sizeof(filename));
-		sprintf((char *)filename, "%s.he3", _gameName.c_str());
-	}
 
 	debug(1,"File %s", filename);
 	





More information about the Scummvm-git-logs mailing list