aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorD G Turner2011-07-07 19:18:13 +0100
committerD G Turner2011-07-07 19:18:13 +0100
commita4a99f8cc891d55dd4e196046ee2be6a4e3fd00c (patch)
tree2041f7a03c125e6b71745eb11bd53730099f61cf /engines/tsage
parent5757fc577e2b69716814ceef8b357c20e74fff0c (diff)
downloadscummvm-rg350-a4a99f8cc891d55dd4e196046ee2be6a4e3fd00c.tar.gz
scummvm-rg350-a4a99f8cc891d55dd4e196046ee2be6a4e3fd00c.tar.bz2
scummvm-rg350-a4a99f8cc891d55dd4e196046ee2be6a4e3fd00c.zip
TSAGE: Add Spanish CD Detection Entry From Bug #3357777
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/detection_tables.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 8b80edf89d..f9ced562c2 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
{
{