mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
XEEN: Change English detection entries from testing to stable
This commit is contained in:
parent
0682938bc3
commit
6e7f584353
@ -35,7 +35,7 @@ static const XeenGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_TESTING,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
|
||||
},
|
||||
GType_WorldOfXeen,
|
||||
@ -93,7 +93,7 @@ static const XeenGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_TESTING | ADGF_CD,
|
||||
ADGF_CD,
|
||||
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
|
||||
},
|
||||
GType_WorldOfXeen,
|
||||
@ -111,7 +111,7 @@ static const XeenGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_TESTING,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
|
||||
},
|
||||
GType_Clouds,
|
||||
@ -147,7 +147,7 @@ static const XeenGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_TESTING,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
|
||||
},
|
||||
GType_DarkSide,
|
||||
@ -202,7 +202,7 @@ static const XeenGameDescription gameDescriptions[] = {
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_TESTING,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
|
||||
},
|
||||
GType_Swords,
|
||||
|
Loading…
x
Reference in New Issue
Block a user