aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2014-11-18 21:42:49 -0500
committerPaul Gilbert2014-12-12 22:35:10 -0500
commitb2e67a69c6dd53f2ffa720eced127dff97eb856c (patch)
tree7367ccfabe187dfc8c0eb234e45465243d177a98
parenta01ddaeb1b20d4e512d8418fa2ae9b72dcaca308 (diff)
downloadscummvm-rg350-b2e67a69c6dd53f2ffa720eced127dff97eb856c.tar.gz
scummvm-rg350-b2e67a69c6dd53f2ffa720eced127dff97eb856c.tar.bz2
scummvm-rg350-b2e67a69c6dd53f2ffa720eced127dff97eb856c.zip
ACCESS: Fix incorrect loading of exra cells during room load
-rw-r--r--engines/access/room.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/access/room.cpp b/engines/access/room.cpp
index 513c1596ac..31d1583c3e 100644
--- a/engines/access/room.cpp
+++ b/engines/access/room.cpp
@@ -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);
}