From ee9b4c979a3c06776f6f1b9996ce9406e1f67044 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 9 Nov 2013 13:21:25 +0200 Subject: PARALLACTION: Initialize variable. CID 1002725 --- engines/parallaction/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h index 550f9d1dd9..401e753775 100644 --- a/engines/parallaction/graphics.h +++ b/engines/parallaction/graphics.h @@ -138,7 +138,7 @@ public: } Cnv(uint16 numFrames, uint16 width, uint16 height, byte* data, bool freeData = false) - : _count(numFrames), _width(width), _height(height), _data(data), _freeData(freeData) { + : _count(numFrames), _width(width), _height(height), _data(data), _freeData(freeData), field_8(0) { } -- cgit v1.2.3