[Scummvm-cvs-logs] CVS: scummvm insane.cpp,1.22,1.23

Lionel Ulmer bbrox at users.sourceforge.net
Wed May 1 16:04:17 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv32123

Modified Files:
	insane.cpp 
Log Message:
Well, one small commit before going to bed to regain the commit king
(damn Arisme :-) ).

This fixes a warning found out by Valgrind when playing the Smush
movies in TheDig.



Index: insane.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/insane.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** insane.cpp	30 Apr 2002 07:40:56 -0000	1.22
--- insane.cpp	1 May 2002 23:03:38 -0000	1.23
***************
*** 511,514 ****
--- 511,515 ----
  	cd.w = *(uint16 *)(_cur + 6);
  	cd.h = *(uint16 *)(_cur + 8);
+ 	cd.flags = 0;
  
  	codec = _cur[0];





More information about the Scummvm-git-logs mailing list