[Scummvm-cvs-logs] scummvm master -> 2b1bc8dc3cbcd6c85ee8ba5734154c8e72a38645

dreammaster dreammaster at scummvm.org
Sat Apr 4 03:05:02 CEST 2015


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:
2b1bc8dc3c TONY: Add detection for Italian PC Magazine version


Commit: 2b1bc8dc3cbcd6c85ee8ba5734154c8e72a38645
    https://github.com/scummvm/scummvm/commit/2b1bc8dc3cbcd6c85ee8ba5734154c8e72a38645
Author: unknown (dreammaster at scummvm.org)
Date: 2015-04-03T21:01:06-05:00

Commit Message:
TONY: Add detection for Italian PC Magazine version

Changed paths:
    engines/tony/detection_tables.h



diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index 28dcaac..e4a0641 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -128,6 +128,22 @@ static const TonyGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Tony Tough Italian (PC Action magazine)
+		{
+			"tony",
+			0,
+			{
+				{ "data1.cab", 0, "42344827407b974af11d60fadbd021b4", 3811 },
+				AD_LISTEND
+			},
+			Common::IT_ITA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+
+	{
 		// Tony Tough Italian provided by Giovanni Bajo
 		{
 			"tony",






More information about the Scummvm-git-logs mailing list