From fc91de07dfdfe6bd29edadf739f324f30f5624d0 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 3 Mar 2008 00:18:52 +0000 Subject: Forgot to change a few GameTypes + Added a floppy version svn-id: r31033 --- engines/gob/detection.cpp | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index b920d79b1b..94bf40f017 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1330,7 +1330,7 @@ static const GOBGameDescription gameDescriptions[] = { kPlatformPC, Common::ADGF_NO_FLAGS }, - kGameTypeGob3, + kGameTypeInca2, kFeaturesCD, "intro" }, @@ -1343,7 +1343,7 @@ static const GOBGameDescription gameDescriptions[] = { kPlatformPC, Common::ADGF_NO_FLAGS }, - kGameTypeGob3, + kGameTypeInca2, kFeaturesCD, "intro" }, @@ -1356,7 +1356,7 @@ static const GOBGameDescription gameDescriptions[] = { kPlatformPC, Common::ADGF_NO_FLAGS }, - kGameTypeGob3, + kGameTypeInca2, kFeaturesCD, "intro" }, @@ -1369,10 +1369,49 @@ static const GOBGameDescription gameDescriptions[] = { kPlatformPC, Common::ADGF_NO_FLAGS }, - kGameTypeGob3, + kGameTypeInca2, kFeaturesCD, "intro" }, + { + { + "inca2", + "", + AD_ENTRY1s("intro.stk", "1fa92b00fe80a20f34ec34a8e2fa869e", 923072), + EN_USA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeInca2, + kFeaturesAdlib, + "intro" + }, + { + { + "inca2", + "", + AD_ENTRY1s("intro.stk", "1fa92b00fe80a20f34ec34a8e2fa869e", 923072), + FR_FRA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeInca2, + kFeaturesAdlib, + "intro" + }, + { + { + "inca2", + "", + AD_ENTRY1s("intro.stk", "1fa92b00fe80a20f34ec34a8e2fa869e", 923072), + DE_DEU, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeInca2, + kFeaturesAdlib, + "intro" + }, { { "woodruff", -- cgit v1.2.3