ACCESS: Fix incorrect loading of exra cells during room load
This commit is contained in:
parent
a01ddaeb1b
commit
b2e67a69c6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue