SUPERNOVA: Add testing flag and build engine by default
This commit is contained in:
parent
6f265805ec
commit
ced80c6da4
2 changed files with 5 additions and 5 deletions
|
@ -62,7 +62,7 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
AD_ENTRY1s("msn_data.000", "f64f16782a86211efa919fbae41e7568", 24163),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO1(GAMEOPTION_IMPROVED)
|
||||
},
|
||||
{
|
||||
|
@ -71,7 +71,7 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
AD_ENTRY1s("msn_data.000", "f64f16782a86211efa919fbae41e7568", 24163),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO1(GAMEOPTION_IMPROVED)
|
||||
},
|
||||
// Mission Supernova 2
|
||||
|
@ -81,7 +81,7 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO1(GAMEOPTION_IMPROVED)
|
||||
},
|
||||
{
|
||||
|
@ -90,7 +90,7 @@ static const ADGameDescription gameDescriptions[] = {
|
|||
AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
ADGF_TESTING,
|
||||
GUIO1(GAMEOPTION_IMPROVED)
|
||||
},
|
||||
AD_TABLE_END_MARKER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue