[Scummvm-cvs-logs] CVS: tools descumm.h,1.15,1.16

Max Horn fingolfin at users.sourceforge.net
Fri Jun 17 11:45:57 CEST 2005


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

Modified Files:
	descumm.h 
Log Message:
Fix jump analysis for files bigger than 64K

Index: descumm.h
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- descumm.h	1 Jan 2005 10:33:30 -0000	1.15
+++ descumm.h	17 Jun 2005 18:45:25 -0000	1.16
@@ -31,8 +31,8 @@
 // The block stack records jump instructions
 //
 struct BlockStack {
-	unsigned short from;	// From which offset...
-	unsigned short to;		// ...to which offset
+	uint from;	// From which offset...
+	uint to;		// ...to which offset
 	bool isWhile;			// Set to true if we think this jump is part of a while loop
 };
 





More information about the Scummvm-git-logs mailing list