aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Boutonné2009-08-25 09:21:28 +0000
committerArnaud Boutonné2009-08-25 09:21:28 +0000
commitfd6390a76d9043448f118edd801931931ccce1fd (patch)
tree44326e541dad87223f9e0879bab0bb32ef93adeb
parenteb83ca267da2393c27835548aa86d931bd760add (diff)
downloadscummvm-rg350-fd6390a76d9043448f118edd801931931ccce1fd.tar.gz
scummvm-rg350-fd6390a76d9043448f118edd801931931ccce1fd.tar.bz2
scummvm-rg350-fd6390a76d9043448f118edd801931931ccce1fd.zip
Fix game type for ADI2 games
svn-id: r43726
-rw-r--r--engines/gob/detection.cpp8
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
},
{