aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-16 09:29:40 -0400
committerPaul Gilbert2015-05-16 09:29:40 -0400
commitaf651e19a421781a1498de0e66909a2e9450611c (patch)
treeee5991b696600dd4fe03338b04a684a605215a7c /engines/sherlock/scalpel
parent32d7690e549f5af8fb5f88d9434ae0f54c0e6c69 (diff)
parent96e929f5233b23917169c7d0121e9c1e264455c1 (diff)
downloadscummvm-rg350-af651e19a421781a1498de0e66909a2e9450611c.tar.gz
scummvm-rg350-af651e19a421781a1498de0e66909a2e9450611c.tar.bz2
scummvm-rg350-af651e19a421781a1498de0e66909a2e9450611c.zip
Merge branch 'sherlock' into sherlock2
Conflicts: engines/sherlock/decompress.cpp engines/sherlock/objects.cpp engines/sherlock/objects.h engines/sherlock/scene.cpp engines/sherlock/scene.h engines/sherlock/sound.cpp
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index b982079714..521aeb338b 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -255,8 +255,9 @@ void ScalpelEngine::initialize() {
_flags[39] = true; // Turn on Baker Street
// Add some more files to the cache
- _res->addToCache("sequence.txt");
_res->addToCache("portrait.lib");
+ _res->addToCache("sequence.txt");
+ _res->addToCache("snd.snd");
// Load the map co-ordinates for each scene and sequence data
_map->loadPoints(NUM_PLACES, &MAP_X[0], &MAP_Y[0], &MAP_TRANSLATE[0]);