[Scummvm-cvs-logs] scummvm master -> daebd2657a0f6671329f145d239633ee4c30bbfe

Strangerke Strangerke at scummvm.org
Tue Jun 11 08:13:39 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:
daebd2657a TONY: Add detection for German "Shoe Box", bug #3582420


Commit: daebd2657a0f6671329f145d239633ee4c30bbfe
    https://github.com/scummvm/scummvm/commit/daebd2657a0f6671329f145d239633ee4c30bbfe
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-10T23:11:45-07:00

Commit Message:
TONY: Add detection for German "Shoe Box", bug #3582420

Changed paths:
    engines/tony/detection_tables.h



diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index 537f88d..ca16495 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -213,6 +213,23 @@ static const TonyGameDescription gameDescriptions[] = {
 		},
 	},
 
+	{
+		// Tony Tough German "Shoe Box", reported in bug #3582420
+		{
+			"tony",
+				0,
+			{
+				{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
+				{"roasted.mpc", 0, "bc3471f098e591dc509dcad401a8d8a5", 389554},
+				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