From 7564fc2323d92e282ea3c0e027b9d10de71babbb Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 7 Oct 2004 15:42:39 +0000 Subject: I don't know if it matters, but I'll feel safer if we initialise maskPtr... svn-id: r15446 --- scumm/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/object.cpp b/scumm/object.cpp index 4992140914..273c6d261f 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -1516,7 +1516,7 @@ void ScummEngine::drawBlastObject(BlastObject *eo) { 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]; -- cgit v1.2.3