aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/gob/detection.cpp48
-rw-r--r--engines/gob/gob.cpp1
2 files changed, 4 insertions, 45 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index 6e9b27d97c..85809d86f7 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -290,21 +290,7 @@ static const GOBGameDescription gameDescriptions[] = {
"gob1cd",
"v1.02",
AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
- EN_USA,
- kPlatformPC,
- ADGF_NO_FLAGS,
- GUIO_NOSUBTITLES | GUIO_NOSPEECH
- },
- kGameTypeGob1,
- kFeaturesCD,
- 0, 0, 0
- },
- { // Supplied by goodoldgeorg in bug report #2810082
- {
- "gob1cd",
- "v1.02",
- AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
- EN_GRB,
+ HU_HUN,
kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
@@ -332,20 +318,6 @@ static const GOBGameDescription gameDescriptions[] = {
"gob1cd",
"v1.02",
AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
- DE_DEU,
- kPlatformPC,
- ADGF_NO_FLAGS,
- GUIO_NOSUBTITLES | GUIO_NOSPEECH
- },
- kGameTypeGob1,
- kFeaturesCD,
- 0, 0, 0
- },
- { // Supplied by goodoldgeorg in bug report #2810082
- {
- "gob1cd",
- "v1.02",
- AD_ENTRY1s("intro.stk", "40d4a53818f4fce3f5997d02c3fafe73", 4049248),
ES_ESP,
kPlatformPC,
ADGF_NO_FLAGS,
@@ -924,21 +896,7 @@ static const GOBGameDescription gameDescriptions[] = {
"gob2cd",
"v1.02",
AD_ENTRY1s("intro.stk", "5ba85a4769a1ab03a283dd694588d526", 5006236),
- EN_USA,
- kPlatformPC,
- ADGF_NO_FLAGS,
- GUIO_NOSUBTITLES | GUIO_NOSPEECH
- },
- kGameTypeGob2,
- kFeaturesCD,
- 0, 0, 0
- },
- { // Supplied by goodoldgeorg in bug report #2810082
- {
- "gob2cd",
- "v1.02",
- AD_ENTRY1s("intro.stk", "5ba85a4769a1ab03a283dd694588d526", 5006236),
- EN_GRB,
+ HU_HUN,
kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
@@ -2376,7 +2334,7 @@ static const GOBGameDescription gameDescriptions[] = {
"gob3cd",
"v1.02",
AD_ENTRY1s("intro.stk", "bfd7d4c6fedeb2cfcc8baa4d5ddb1f74", 616220),
- EN_GRB,
+ HU_HUN,
kPlatformPC,
ADGF_NO_FLAGS,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index d1a0b3a248..b8a2f551cd 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -254,6 +254,7 @@ Common::Error GobEngine::run() {
break;
case Common::EN_ANY:
case Common::EN_GRB:
+ case Common::HU_HUN:
_global->_language = 2;
break;
case Common::ES_ESP: