mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 17:20:30 +00:00
NANCY: Fix BSUM loading for nancy2 and up
This commit is contained in:
parent
e696064615
commit
6a873a0013
@ -39,7 +39,7 @@ BSUM::BSUM(Common::SeekableReadStream *chunkStream) {
|
||||
|
||||
s.skip(0x17, kGameTypeVampire, kGameTypeVampire);
|
||||
s.skip(0x49, kGameTypeNancy1, kGameTypeNancy1);
|
||||
s.skip(0xF7, kGameTypeNancy2, kGameTypeNancy3);
|
||||
s.skip(0x43, kGameTypeNancy2, kGameTypeNancy3);
|
||||
s.syncAsUint16LE(firstScene.sceneID);
|
||||
s.skip(0xC, kGameTypeVampire, kGameTypeVampire); // Palette name + unknown 2 bytes
|
||||
s.syncAsUint16LE(firstScene.frameID);
|
||||
|
Loading…
Reference in New Issue
Block a user