mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
PARALLACTION: Fix buffer size in unpackBackground.
This commit is contained in:
parent
98934898cf
commit
a514927381
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user