[Scummvm-cvs-logs] scummvm master -> 18b21c52c3b8c18d20ae7ac1c9b0dfb4b0113e00

bluegr bluegr at gmail.com
Mon Sep 2 12:59:50 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:
18b21c52c3 TOLTECS: Add an alternate English version (bug #3614933)


Commit: 18b21c52c3b8c18d20ae7ac1c9b0dfb4b0113e00
    https://github.com/scummvm/scummvm/commit/18b21c52c3b8c18d20ae7ac1c9b0dfb4b0113e00
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-09-02T03:58:46-07:00

Commit Message:
TOLTECS: Add an alternate English version (bug #3614933)

Changed paths:
    engines/toltecs/detection.cpp



diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index c5652f0..380f4a3 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -73,6 +73,20 @@ static const ToltecsGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// 3 Skulls of the Toltecs English version (alternate)
+		// From bug #3614933
+		{
+			"toltecs",
+			0,
+			AD_ENTRY1s("WESTERN", "a9c9cfef9d05b8f7a5573b626fa4ea87", 337643527),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+
+	{
 		// 3 Skulls of the Toltecs Russian version
 		{
 			"toltecs",






More information about the Scummvm-git-logs mailing list