diff options
-rw-r--r-- | engines/gob/detection/tables_gob3.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h index 55c840f44e..0202a06a52 100644 --- a/engines/gob/detection/tables_gob3.h +++ b/engines/gob/detection/tables_gob3.h @@ -560,5 +560,47 @@ kFeaturesAdLib, 0, 0, 0 }, +{ // Supplied by Dark-Star on #scummvm + { + "gob3", + "Interactive Demo 4", + AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562), + EN_GRB, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob3, + kFeaturesAdLib, + 0, 0, 0 +}, +{ // Supplied by Dark-Star on #scummvm + { + "gob3", + "Interactive Demo 4", + AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562), + DE_DEU, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob3, + kFeaturesAdLib, + 0, 0, 0 +}, +{ // Supplied by Dark-Star on #scummvm + { + "gob3", + "Interactive Demo 4", + AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562), + FR_FRA, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob3, + kFeaturesAdLib, + 0, 0, 0 +}, #endif // GOB_DETECTION_TABLES_GOB3_H |