diff options
author | Arnaud Boutonné | 2009-08-25 09:21:28 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-08-25 09:21:28 +0000 |
commit | fd6390a76d9043448f118edd801931931ccce1fd (patch) | |
tree | 44326e541dad87223f9e0879bab0bb32ef93adeb /engines/gob | |
parent | eb83ca267da2393c27835548aa86d931bd760add (diff) | |
download | scummvm-rg350-fd6390a76d9043448f118edd801931931ccce1fd.tar.gz scummvm-rg350-fd6390a76d9043448f118edd801931931ccce1fd.tar.bz2 scummvm-rg350-fd6390a76d9043448f118edd801931931ccce1fd.zip |
Fix game type for ADI2 games
svn-id: r43726
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 97c1af1587..fd224cad25 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3697,7 +3697,7 @@ static const GOBGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO_NONE }, - kGameTypeAdibou4, + kGameTypeAdi2, kFeatures640, "adi2.stk", "ediintro.tot", 0 }, @@ -3711,7 +3711,7 @@ static const GOBGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO_NONE }, - kGameTypeAdibou4, + kGameTypeAdi2, kFeatures640, "adi2.stk", "ediintro.tot", 0 }, @@ -3725,8 +3725,8 @@ static const GOBGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO_NONE }, - kGameTypeAdibouUnknown, - kFeaturesNone, + kGameTypeAdi2, + kFeatures640, "adi2.stk", "ediintro.tot", 0 }, { |