diff options
-rw-r--r-- | engines/gob/detection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index a82041ce0e..d399262a95 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1084,7 +1084,7 @@ static const GOBGameDescription gameDescriptions[] = { kPlatformPC, Common::ADGF_NO_FLAGS }, - kGameTypeNone, + kGameTypeWoodruff, kFeatures640 | kFeaturesAdlib, "intro" }, @@ -1097,7 +1097,7 @@ static const GOBGameDescription gameDescriptions[] = { kPlatformPC, Common::ADGF_NO_FLAGS }, - kGameTypeNone, + kGameTypeWoodruff, kFeatures640 | kFeaturesAdlib, "intro" }, @@ -1110,7 +1110,7 @@ static const GOBGameDescription gameDescriptions[] = { kPlatformPC, Common::ADGF_NO_FLAGS }, - kGameTypeNone, + kGameTypeWoodruff, kFeatures640 | kFeaturesAdlib, "intro" }, |