diff options
author | Sven Hesse | 2007-07-24 23:42:07 +0000 |
---|---|---|
committer | Sven Hesse | 2007-07-24 23:42:07 +0000 |
commit | e0ead7947deb937bcb6e1562e43e9125e78e971b (patch) | |
tree | 06ab7d2a91bb0c2ab6d29aa8a57e63f165daf98d | |
parent | 09c2ea82de295fab011bcddcc7c2bf0ba6dd72d7 (diff) | |
download | scummvm-rg350-e0ead7947deb937bcb6e1562e43e9125e78e971b.tar.gz scummvm-rg350-e0ead7947deb937bcb6e1562e43e9125e78e971b.tar.bz2 scummvm-rg350-e0ead7947deb937bcb6e1562e43e9125e78e971b.zip |
Oops, forgot I've modified the entries for testing
svn-id: r28186
-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" }, |