[Scummvm-git-logs] scummvm master -> cbb355ece0676f2b79ac101eba2e427b4e2b7072

dreammaster paulfgilbert at gmail.com
Thu Jul 30 02:18:17 UTC 2020


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:
cbb355ece0 TONY: Add new Polish version detection entry


Commit: cbb355ece0676f2b79ac101eba2e427b4e2b7072
    https://github.com/scummvm/scummvm/commit/cbb355ece0676f2b79ac101eba2e427b4e2b7072
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-07-29T19:17:58-07:00

Commit Message:
TONY: Add new Polish version detection entry

Changed paths:
    engines/tony/detection_tables.h


diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index e430bce5a5..9dfa80506f 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -177,6 +177,23 @@ static const TonyGameDescription gameDescriptions[] = {
 		},
 	},
 
+	{
+		// Tony Tough Polish provided by iGom bug #11546
+		{
+			"tony",
+			0,
+			{
+				{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
+				{"roasted.mpc", 0, "c212a81e34edf92bc177a80f24780bd2", 380200},
+				AD_LISTEND
+			},
+			Common::PL_POL,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOMIDI)
+		},
+	},
+
 	{
 		// Tony Tough German "Gamestar" provided in bug #3566035
 		{




More information about the Scummvm-git-logs mailing list