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

bluegr noreply at scummvm.org
Mon Jan 24 23:05:06 UTC 2022


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:
b0140584b1 TONY: Added Spanish official release


Commit: b0140584b10f1c02d8ac87b520d4dd99c873fbd7
    https://github.com/scummvm/scummvm/commit/b0140584b10f1c02d8ac87b520d4dd99c873fbd7
Author: aviloria (aviloria at yahoo.com)
Date: 2022-01-25T01:05:03+02:00

Commit Message:
TONY: Added Spanish official release

TONY: Added Spanish official release

Changed paths:
    engines/tony/detection_tables.h


diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index 12565c252c0..8d1d5bdb0aa 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -76,6 +76,24 @@ static const TonyGameDescription gameDescriptions[] = {
 		},
 	},
 
+	{
+		// Tony Tough Spanish provided by Pakolmo
+		{
+			"tony",
+			0,
+			{
+				{ "roasted.mpc", 0, "bcca7985db2fba9c1c4a0886618ec835", 515967 },
+				{ "roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071 },
+				{ "voices.vdb", 0, "aebc6eb607ee19cc94bfe9c11898bb8c", 243003502 },
+				AD_LISTEND
+			},
+			Common::ES_ESP,
+			Common::kPlatformWindows,
+			ADGF_DROPPLATFORM,
+			GUIO1(GUIO_NOMIDI)
+		},
+	},
+
 	{
 		// Tony Tough German "Shoe Box" provided by Strangerke
 		{




More information about the Scummvm-git-logs mailing list