aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/graphics.cpp3
1 files changed, 3 insertions, 0 deletions
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);