[Scummvm-git-logs] scummvm master -> 2afb6e185dec0d9f1f71cf5078c740ed531251e6

lotharsm serra at scummvm.org
Thu Mar 21 22:00:03 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2afb6e185d TOON: Add detection entry for English re-release


Commit: 2afb6e185dec0d9f1f71cf5078c740ed531251e6
    https://github.com/scummvm/scummvm/commit/2afb6e185dec0d9f1f71cf5078c740ed531251e6
Author: lotharsm (serra at scummvm.org)
Date: 2019-03-21T21:58:36+01:00

Commit Message:
TOON: Add detection entry for English re-release

Provided in https://bugs.scummvm.org/ticket/10910

Changed paths:
    engines/toon/detection.cpp


diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 4be03cc..57b7c95 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
 };





More information about the Scummvm-git-logs mailing list