[Scummvm-cvs-logs] CVS: scummvm/scumm script_v7he.cpp,2.40,2.41

Travis Howell kirben at users.sourceforge.net
Mon Aug 23 02:26:08 CEST 2004


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

Modified Files:
	script_v7he.cpp 
Log Message:

Oops


Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.40
retrieving revision 2.41
diff -u -d -r2.40 -r2.41
--- script_v7he.cpp	23 Aug 2004 09:18:55 -0000	2.40
+++ script_v7he.cpp	23 Aug 2004 09:25:37 -0000	2.41
@@ -499,9 +499,11 @@
 	if (_heversion <= 71) {
 		len = resStrLen(_scriptPointer);
 		_scriptPointer += len + 1;
+		type = pop();
+	} else {
+		type = fetchScriptByte();
 	}
 
-	type = fetchScriptByte();
 
 	switch (type) {
 	case 1: // number





More information about the Scummvm-git-logs mailing list