[Scummvm-git-logs] scummvm master -> 1dac07d854c6dc467a2b0af4865781da29663c81

digitall 547637+digitall at users.noreply.github.com
Wed Nov 13 08:01:09 CET 2019


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:
1dac07d854 TOLTECS: Added Czech language support


Commit: 1dac07d854c6dc467a2b0af4865781da29663c81
    https://github.com/scummvm/scummvm/commit/1dac07d854c6dc467a2b0af4865781da29663c81
Author: Petr Kratina (petr.kratina at gmail.com)
Date: 2019-11-13T07:01:05Z

Commit Message:
TOLTECS: Added Czech language support

Changed paths:
    engines/toltecs/detection.cpp


diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index 153d96a..7f7b3db 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -180,6 +180,20 @@ static const ToltecsGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// 3 Skulls of the Toltecs Czech version
+		// Reported by AfBu in Trac#11263
+		{
+			"toltecs",
+			0,
+				AD_ENTRY1s("WESTERN", "57503131c0217c76b07d0b5c14805631", 337644552),
+				Common::CZ_CZE,
+				Common::kPlatformDOS,
+				ADGF_NO_FLAGS,
+				GUIO1(GUIO_NONE)
+		},
+	},
+
+	{
 		// 3 Skulls of the Toltecs English Demo version
 		{
 			"toltecs",





More information about the Scummvm-git-logs mailing list