From fd6390a76d9043448f118edd801931931ccce1fd Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Tue, 25 Aug 2009 09:21:28 +0000 Subject: Fix game type for ADI2 games svn-id: r43726 --- engines/gob/detection.cpp | 8 ++++---- 1 file 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 }, { -- cgit v1.2.3