[Scummvm-cvs-logs] CVS: scummvm/scumm actor.h,1.31,1.32

Jonathan Gray khalek at users.sourceforge.net
Sat Jun 14 06:50:10 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv1075

Modified Files:
	actor.h 
Log Message:
init actor things to make valgrind happy

Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- actor.h	1 Jun 2003 18:20:38 -0000	1.31
+++ actor.h	14 Jun 2003 13:49:47 -0000	1.32
@@ -130,6 +130,8 @@
 		animProgress = 0;
 		memset(animVariable, 0, sizeof(animVariable));
 		memset(palette, 0, sizeof(palette));
+		memset(sound, 0, sizeof(sound));
+		memset(&cost, 0, sizeof(CostumeData));
 
 		walkScript = 0;
 





More information about the Scummvm-git-logs mailing list