From 30d3cc541ad7436f1c0f2ed11d09a2e8bece162a Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 5 Jun 2015 00:18:39 +0200 Subject: SHERLOCK: 3DO changes - journal.txt is actually missing - chess.txt is the same as on PC - information about 3DA/3DX files --- engines/sherlock/scalpel/scalpel.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/scalpel/scalpel.cpp') 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; } -- cgit v1.2.3