diff options
| -rw-r--r-- | engines/gob/detection.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index db75f8d374..d029e7af39 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -875,7 +875,7 @@ static const GOBGameDescription gameDescriptions[] = { "gob3", "Interactive Demo", AD_ENTRY1("intro.stk", "7aebd94e49c2c5c518c9e7b74f25de9d"), - UNK_LANG, + FR_FRA, kPlatformPC, Common::ADGF_DEMO }, @@ -885,9 +885,9 @@ static const GOBGameDescription gameDescriptions[] = { { { "gob3", - "Non-interactive Demo", - AD_ENTRY1("intro.stk", "b9b898fccebe02b69c086052d5024a55"), - UNK_LANG, + "Interactive Demo 2", + AD_ENTRY1("intro.stk", "e5dcbc9f6658ebb1e8fe26bc4da0806d"), + FR_FRA, kPlatformPC, Common::ADGF_DEMO }, @@ -897,8 +897,8 @@ static const GOBGameDescription gameDescriptions[] = { { { "gob3", - "Interactive Demo 2", - AD_ENTRY1("intro.stk", "e5dcbc9f6658ebb1e8fe26bc4da0806d"), + "Non-interactive Demo", + AD_ENTRY1("intro.stk", "b9b898fccebe02b69c086052d5024a55"), UNK_LANG, kPlatformPC, Common::ADGF_DEMO |
