[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.47,1.48

Max Horn fingolfin at users.sourceforge.net
Mon Dec 23 07:34:01 CET 2002


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv660

Modified Files:
	descumm6.cpp 
Log Message:
let's see if that helps khalek

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- descumm6.cpp	23 Dec 2002 15:27:50 -0000	1.47
+++ descumm6.cpp	23 Dec 2002 15:33:17 -0000	1.48
@@ -1364,9 +1364,10 @@
 		break;
 	case 0x76:
 		switch (get_byte()) {
-		case 0x14:
-			writeArray(get_word(), NULL, pop(), se_get_string());
-			break;
+		case 0x14:{
+			int array = get_word();
+			writeArray(array, NULL, pop(), se_get_string());
+			}break;
 		case 0x15:
 			writeArray(get_word(), NULL, pop(), se_get_list());
 			break;





More information about the Scummvm-git-logs mailing list