mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 16:38:55 +00:00
Fix game type for ADI2 games
svn-id: r43726
This commit is contained in:
parent
eb83ca267d
commit
fd6390a76d
@ -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
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user