diff options
-rw-r--r-- | engines/gob/detection.cpp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 00824e702d..b377b8b6b3 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -844,6 +844,42 @@ static const GOBGameDescription gameDescriptions[] = { {"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661}, {0, 0, 0, 0} }, + EN_USA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob2, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob2", + "", + { + {"intro.stk", 0, "25a99827cd59751a80bed9620fb677a0", 893302}, + {"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob2, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob2", + "", + { + {"intro.stk", 0, "25a99827cd59751a80bed9620fb677a0", 893302}, + {"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661}, + {0, 0, 0, 0} + }, DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, |