[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.80,1.81

Max Horn fingolfin at users.sourceforge.net
Sat Oct 11 11:26:04 CEST 2003


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

Modified Files:
	descumm.cpp 
Log Message:
fixed V5 var descumming, oops :-)

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- descumm.cpp	11 Oct 2003 18:23:38 -0000	1.80
+++ descumm.cpp	11 Oct 2003 18:25:44 -0000	1.81
@@ -261,7 +261,7 @@
 	if (scriptVersion <= 2)
 		i = get_byte();
 	else
-		i = get_word();
+		i = (uint16)get_word();
 		
 	assert(i >= 0);
 





More information about the Scummvm-git-logs mailing list