aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/graphics.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp
index 23361cfcde..3e21376073 100644
--- a/engines/parallaction/graphics.cpp
+++ b/engines/parallaction/graphics.cpp
@@ -422,7 +422,8 @@ void Gfx::invertBackground(const Common::Rect& r) {
}
-byte _unpackedBitmap[320*200];
+// this is the maximum size of an unpacked frame in BRA
+byte _unpackedBitmap[640*401];
void Gfx::unpackBlt(const Common::Rect& r, byte *data, uint size, Graphics::Surface *surf, uint16 z, byte transparentColor) {