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

digitall digitall at scummvm.org
Fri Nov 25 14:51:56 CET 2011


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:
d5c50fe0b3 TOLTECS: Add detection for Hungarian variant from bug #3440641.


Commit: d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d
    https://github.com/scummvm/scummvm/commit/d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d
Author: D G Turner (digitall at scummvm.org)
Date: 2011-11-25T05:50:48-08:00

Commit Message:
TOLTECS: Add detection for Hungarian variant from bug #3440641.

Changed paths:
    engines/toltecs/detection.cpp



diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index e5ef465..c532bbb 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -135,6 +135,20 @@ static const ToltecsGameDescription gameDescriptions[] = {
 		},
 	},
 
+	{
+		// 3 Skulls of the Toltecs Hungarian version
+		// From bug #3440641
+		{
+			"toltecs",
+			0,
+			AD_ENTRY1s("WESTERN", "69a5572e75409d8c6230b787faa353af", 337647960),
+			Common::HU_HUN,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list