diff options
-rw-r--r-- | engines/parallaction/disk_ns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/disk_ns.cpp b/engines/parallaction/disk_ns.cpp index f03f16ca37..4c4893ec61 100644 --- a/engines/parallaction/disk_ns.cpp +++ b/engines/parallaction/disk_ns.cpp @@ -394,7 +394,7 @@ Frames* DosDisk_ns::loadFrames(const char* name) { - path data [bit 8] (walkable areas) */ void DosDisk_ns::unpackBackground(Common::ReadStream *stream, byte *screen, byte *mask, byte *path) { - byte storage[127]; + byte storage[128]; uint32 storageLen = 0, len = 0; uint32 j = 0; |