aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
diff options
context:
space:
mode:
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]);