[Scummvm-cvs-logs] scummvm master -> 3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3

bluegr bluegr at gmail.com
Sun Jan 6 19:44:28 CET 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:
3e025a8c55 TOLTECS: Add detection for the English demo and correct the German one


Commit: 3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3
    https://github.com/scummvm/scummvm/commit/3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-01-06T10:43:23-08:00

Commit Message:
TOLTECS: Add detection for the English demo and correct the German one

Changed paths:
    engines/toltecs/detection.cpp



diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index 34f5ebd..4016bec 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -99,19 +99,6 @@ static const ToltecsGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// 3 Skulls of the Toltecs German Demo version
-		{
-			"toltecs",
-			0,
-			AD_ENTRY1s("WESTERN", "1c85e82712d24f1d5c1ea2a66ddd75c2", 47730038),
-			Common::DE_DEU,
-			Common::kPlatformPC,
-			ADGF_NO_FLAGS,
-			GUIO1(GUIO_NONE)
-		},
-	},
-
-	{
 		// 3 Skulls of the Toltecs French version
 		{
 			"toltecs",
@@ -151,6 +138,32 @@ static const ToltecsGameDescription gameDescriptions[] = {
 		},
 	},
 
+	{
+		// 3 Skulls of the Toltecs English Demo version
+		{
+			"toltecs",
+			0,
+			AD_ENTRY1s("WESTERN", "53a0abd1c0bc5cad8ba18f0e56877705", 46241833),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			ADGF_DEMO,
+			GUIO1(GUIO_NONE)
+		},
+	},
+
+	{
+		// 3 Skulls of the Toltecs German Demo version
+		{
+			"toltecs",
+			0,
+			AD_ENTRY1s("WESTERN", "1c85e82712d24f1d5c1ea2a66ddd75c2", 47730038),
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			ADGF_DEMO,
+			GUIO1(GUIO_NONE)
+		},
+	},
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list