[Scummvm-cvs-logs] scummvm master -> a4a99f8cc891d55dd4e196046ee2be6a4e3fd00c
digitall
digitall at scummvm.org
Thu Jul 7 20:20:57 CEST 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:
a4a99f8cc8 TSAGE: Add Spanish CD Detection Entry From Bug #3357777
Commit: a4a99f8cc891d55dd4e196046ee2be6a4e3fd00c
https://github.com/scummvm/scummvm/commit/a4a99f8cc891d55dd4e196046ee2be6a4e3fd00c
Author: D G Turner (digitall at scummvm.org)
Date: 2011-07-07T11:18:13-07:00
Commit Message:
TSAGE: Add Spanish CD Detection Entry From Bug #3357777
Changed paths:
engines/tsage/detection_tables.h
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 8b80edf..f9ced56 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -24,7 +24,7 @@ namespace tSage {
static const tSageGameDescription gameDescriptions[] = {
- // Ringworld CD and First Wave versions
+ // Ringworld English CD and First Wave versions
{
{
"ring",
@@ -38,6 +38,20 @@ static const tSageGameDescription gameDescriptions[] = {
GType_Ringworld,
GF_CD | GF_ALT_REGIONS
},
+ // Ringworld Spanish CD
+ {
+ {
+ "ring",
+ "CD",
+ AD_ENTRY1s("ring.rlb", "cb8bba91b30cd172712371d7123bd763", 7427980),
+ Common::ES_ESP,
+ Common::kPlatformPC,
+ ADGF_UNSTABLE,
+ Common::GUIO_NOSPEECH | Common::GUIO_NOSFX
+ },
+ GType_Ringworld,
+ GF_CD | GF_ALT_REGIONS
+ },
// Ringworld English Floppy version
{
{
More information about the Scummvm-git-logs
mailing list