From 9125ccb3eb31259e48a6b905829dba133188efa6 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 12 Aug 2007 13:06:42 +0000 Subject: Oops. Buffers are now initialized properly. svn-id: r28559 --- engines/parallaction/graphics.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/parallaction') diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp index 614a748ab0..c142779167 100644 --- a/engines/parallaction/graphics.cpp +++ b/engines/parallaction/graphics.cpp @@ -751,6 +751,9 @@ Gfx::Gfx(Parallaction* vm) : _buffers[kBit2] = 0; _depthMask = 0; + _buffers[kBitFront] = 0; + _buffers[kBitBack] = 0; + initBuffers(_vm->_screenWidth, _vm->_screenHeight); setPalette(_palette); -- cgit v1.2.3