mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 06:14:07 +00:00
ACCESS: Fix incorrect loading of exra cells during room load
This commit is contained in:
parent
a01ddaeb1b
commit
b2e67a69c6
@ -796,7 +796,6 @@ RoomInfo::RoomInfo(const byte *data, int gameType, bool isCD) {
|
||||
ExtraCell ec;
|
||||
ec._vid._fileNum = v;
|
||||
ec._vid._subfile = stream.readSint16LE();
|
||||
ec._vidSound.load(stream);
|
||||
|
||||
_extraCells.push_back(ec);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user