From 73b6f4dc40bf881222b9797dfa43230664ebd405 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Wed, 3 May 2017 22:40:15 +0200 Subject: SCI32: Fix Japanese Phantasmagoria 2 detection entry --- engines/sci/detection_tables.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index fd70244c6a..44f0ca1538 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3183,7 +3183,9 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"ressci.004", 0, "7b7bf3337ebaa2124f557ee3c522f406", 44560744}, {"resmap.005", 0, "86cb97f0b5a138b842035d15d222d8c8", 1963}, {"ressci.005", 0, "e22a46a3dd54971471b29454ff0352c7", 70558313}, - {"resource.aud", 0, "3b4c5f92e5143fd3539b227e48ac2929", 8414502}, + //{"resaud.001", 0, "3b4c5f92e5143fd3539b227e48ac2929", 8414502}, + //{"resaud.002", 0, "3b4c5f92e5143fd3539b227e48ac2929", 8414502}, + //{"ressfx.001", 0, "343a6ca9ddd614541b11b155de6368ac", 90268706}, AD_LISTEND}, Common::JA_JPN, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO_PHANTASMAGORIA2 }, #endif // ENABLE_SCI3_GAMES -- cgit v1.2.3