[Scummvm-cvs-logs] scummvm master -> 9c0297bc9e91b3ba32de0e8d7e82447218b3e529

Strangerke Strangerke at scummvm.org
Tue Jun 11 07:56:44 CEST 2013


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:
9c0297bc9e TONY: Add detection for English version unpacked


Commit: 9c0297bc9e91b3ba32de0e8d7e82447218b3e529
    https://github.com/scummvm/scummvm/commit/9c0297bc9e91b3ba32de0e8d7e82447218b3e529
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-10T22:54:49-07:00

Commit Message:
TONY: Add detection for English version unpacked

Thanks Tomaso for reporting the problem

Changed paths:
    engines/tony/detection_tables.h



diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index ee13792..537f88d 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -196,6 +196,23 @@ static const TonyGameDescription gameDescriptions[] = {
 		},
 	},
 
+	{
+		// Tony Tough English Unpacked
+		{
+			"tony",
+			0,
+			{
+				{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
+				{"roasted.mpc", 0, "57c4a3860cf899443c357e0078ea6f49", 366773},
+				AD_LISTEND
+			},
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list