diff options
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.cpp')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 04d573be87..ed531a06c5 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -225,8 +225,11 @@ void ScalpelEngine::showOpening() { return; if (getPlatform() == Common::kPlatform3DO) { - // 3DO opening seems to be using completely different resources + // 3DO opening seems to be similar // TODO + // 3DO animations are in directory Prologue/ + // .3DX seem to be just like .VDX except that all INT16LE are INT16BE + // .3DA however seems to be completely different return; } |