[Scummvm-cvs-logs] CVS: scummvm/scumm script_v7he.cpp,2.36,2.37

Jonathan Gray khalek at users.sourceforge.net
Sun Aug 22 22:57:03 CEST 2004


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

Modified Files:
	script_v7he.cpp 
Log Message:
fix compilation by removing what was presumably a typo

Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.36
retrieving revision 2.37
diff -u -d -r2.36 -r2.37
--- script_v7he.cpp	23 Aug 2004 05:23:58 -0000	2.36
+++ script_v7he.cpp	23 Aug 2004 05:56:29 -0000	2.37
@@ -433,7 +433,7 @@
 	int len, a = fetchScriptByte();
 	
 	if (_heversion <= 71) {
-		int len = resStrLen(_scriptPointer);
+		len = resStrLen(_scriptPointer);
 		warning("stub o7_unknownFA(%d, \"%s\")", a, _scriptPointer);
 		_scriptPointer += len + 1;
 	} else {





More information about the Scummvm-git-logs mailing list