aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-04 20:51:27 +0200
committerMartin Kiewitz2015-06-04 20:51:27 +0200
commit16d124b2317a61404ba4371bc7609a2770c03f3d (patch)
treece1fa396934a6495b4151ff1ac971c0b83fab8de /engines/sherlock/scalpel/scalpel.cpp
parent37cc8df5a593ed6d76a5fa5f1221fc9a1b5df81e (diff)
downloadscummvm-rg350-16d124b2317a61404ba4371bc7609a2770c03f3d.tar.gz
scummvm-rg350-16d124b2317a61404ba4371bc7609a2770c03f3d.tar.bz2
scummvm-rg350-16d124b2317a61404ba4371bc7609a2770c03f3d.zip
SHERLOCK: tiny bit of work on 3DO
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index 9736dffe3d..04d573be87 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -224,6 +224,12 @@ void ScalpelEngine::showOpening() {
if (isDemo() && _interactiveFl)
return;
+ if (getPlatform() == Common::kPlatform3DO) {
+ // 3DO opening seems to be using completely different resources
+ // TODO
+ return;
+ }
+
if (!TsAGE::Logo::show(this))
return;
if (!showCityCutscene())