aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2019-09-04 23:35:01 +0200
committerEugene Sandulenko2019-09-04 23:35:01 +0200
commit6905c54b1e0a941181ce51e7160b65184e40a7b3 (patch)
tree8e1354ca43fb6a709abb1d2b625451ca52116144 /engines
parent89384b9124dfc385626f9b3aebb7ef4ad19a38b1 (diff)
downloadscummvm-rg350-6905c54b1e0a941181ce51e7160b65184e40a7b3.tar.gz
scummvm-rg350-6905c54b1e0a941181ce51e7160b65184e40a7b3.tar.bz2
scummvm-rg350-6905c54b1e0a941181ce51e7160b65184e40a7b3.zip
HDB: Set engine to testing
Diffstat (limited to 'engines')
-rw-r--r--engines/hdb/detection.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index e0d10593d8..83f2d24e60 100644
--- a/engines/hdb/detection.cpp
+++ b/engines/hdb/detection.cpp
@@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperspace.mpc", "ff8e51d0872736bc6afe87cfcb846b70", 50339161),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GAMEOPTION_CHEATMODE
},
{
@@ -85,7 +85,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperspace.mpc", "39d3c9dbc9614f370ad9430307c043f9", 45645305),
Common::EN_ANY,
Common::kPlatformLinux,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GAMEOPTION_CHEATMODE
},
// PocketPC Arm
@@ -95,7 +95,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperspace.msd", "a62468904beb3efe16d4d64f3955a32e", 6825555),
Common::EN_ANY,
Common::kPlatformPocketPC,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GAMEOPTION_CHEATMODE
},
@@ -106,7 +106,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperdemo.mpc", "d8743b3b8be56486bcfb1398b2f2aad4", 13816461),
Common::EN_ANY,
Common::kPlatformLinux,
- ADGF_DEMO,
+ (ADGF_DEMO | ADGF_TESTING),
GAMEOPTION_CHEATMODE
},
{
@@ -115,7 +115,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperdemo.mpc", "f3bc878e179f00b8666a9846f3d9f9f5", 5236568),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO,
+ (ADGF_DEMO | ADGF_TESTING),
GAMEOPTION_CHEATMODE
},
// provided by sev
@@ -125,7 +125,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperdemo.mpc", "7bc533e8f1866931c884f1bc09353744", 13906865),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO,
+ (ADGF_DEMO | ADGF_TESTING),
GAMEOPTION_CHEATMODE
},
{
@@ -134,7 +134,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperdemo.msd", "312525298ca9f5ac904883d1ce19dc0f", 3088651),
Common::EN_ANY,
Common::kPlatformPocketPC,
- ADGF_DEMO,
+ (ADGF_DEMO | ADGF_TESTING),
GAMEOPTION_CHEATMODE
},
{
@@ -143,7 +143,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperdemo.msd", "2d4457b284a940b7058b36e5706b9951", 3094241),
Common::EN_ANY,
Common::kPlatformPocketPC,
- (ADGF_DEMO | GF_HANDANGO),
+ (ADGF_DEMO | ADGF_TESTING | GF_HANDANGO),
GAMEOPTION_CHEATMODE
},
AD_TABLE_END_MARKER