From 2afb6e185dec0d9f1f71cf5078c740ed531251e6 Mon Sep 17 00:00:00 2001 From: lotharsm Date: Thu, 21 Mar 2019 21:58:36 +0100 Subject: TOON: Add detection entry for English re-release Provided in https://bugs.scummvm.org/ticket/10910 --- engines/toon/detection.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/toon') diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp index 4be03cc199..57b7c95d5b 100644 --- a/engines/toon/detection.cpp +++ b/engines/toon/detection.cpp @@ -104,6 +104,16 @@ static const ADGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO0() }, + { + // English 2-CD "Sold out" release + "toon", "", + { + {"local.pak", 0, "3290209ef9bc92692108dd2f45df0736", 3237611}, + {"generic.svl", 0, "331eead1d20af7ee809a9e2f35b8362f", 6945180}, + AD_LISTEND + }, + Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + }, AD_TABLE_END_MARKER }; -- cgit v1.2.3