[Scummvm-git-logs] scummvm branch-2-1 -> 9e96ed7ef6e60fe761c997942d906d9336505c5b
sev-
sev at scummvm.org
Mon Sep 23 01:33:10 CEST 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:
9e96ed7ef6 TOLTECS: Added Polish version detection. Trac#11134
Commit: 9e96ed7ef6e60fe761c997942d906d9336505c5b
https://github.com/scummvm/scummvm/commit/9e96ed7ef6e60fe761c997942d906d9336505c5b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-23T01:32:58+02:00
Commit Message:
TOLTECS: Added Polish version detection. Trac#11134
Changed paths:
engines/toltecs/detection.cpp
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index 778be29..a2a28e8 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -126,6 +126,20 @@ static const ToltecsGameDescription gameDescriptions[] = {
},
{
+ // 3 Skulls of the Toltecs Polish version
+ // Reported by cachaito in Trac#11134
+ {
+ "toltecs",
+ 0,
+ AD_ENTRY1s("WESTERN", "8ec48dd4e52a822d314418f1d3284e64", 337646148),
+ Common::PL_POL,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ },
+
+ {
// 3 Skulls of the Toltecs French version
{
"toltecs",
More information about the Scummvm-git-logs
mailing list