aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp
index 7229338f5f..523245799f 100644
--- a/engines/sherlock/scene.cpp
+++ b/engines/sherlock/scene.cpp
@@ -733,7 +733,7 @@ bool Scene::loadScene(const Common::String &filename) {
// === ENTRANCE === Read in the entrance
roomStream->seek(header3DO_entranceData_offset);
- _entrance.load(*roomStream);
+ _entrance.load3DO(*roomStream);
// === SOUND LIST === Initialize sound list
roomStream->seek(header3DO_soundList_offset);