ACCESS: Fix incorrect loading of exra cells during room load

This commit is contained in:
Paul Gilbert 2014-11-18 21:42:49 -05:00
parent a01ddaeb1b
commit b2e67a69c6

View File

@ -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);
}