aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-28 22:14:46 -0700
committerPaul Gilbert2019-07-28 22:15:21 -0700
commit6e7f5843533c0ee90d4b991aca118436f63ab042 (patch)
tree6954daf31206327025c131372423236a3d672660
parent0682938bc30614a5e873adf8c59d517c12a30d65 (diff)
downloadscummvm-rg350-6e7f5843533c0ee90d4b991aca118436f63ab042.tar.gz
scummvm-rg350-6e7f5843533c0ee90d4b991aca118436f63ab042.tar.bz2
scummvm-rg350-6e7f5843533c0ee90d4b991aca118436f63ab042.zip
XEEN: Change English detection entries from testing to stable
-rw-r--r--engines/xeen/detection_tables.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index f44c2da584..34749ad03a 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -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,