[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.197,1.198
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Thu Oct 7 08:47:37 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12351
Modified Files:
object.cpp
Log Message:
I don't know if it matters, but I'll feel safer if we initialise maskPtr...
Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- object.cpp 7 Oct 2004 11:31:50 -0000 1.197
+++ object.cpp 7 Oct 2004 15:42:39 -0000 1.198
@@ -1516,7 +1516,7 @@
bdd.y = eo->rect.top;
bdd.scale_x = (byte)eo->scaleX;
bdd.scale_y = (byte)eo->scaleY;
-
+ bdd.maskPtr = NULL;
if ((bdd.scale_x != 255) || (bdd.scale_y != 255)) {
byte bomp_scaling_x[64], bomp_scaling_y[64];
More information about the Scummvm-git-logs
mailing list