aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-26 04:05:48 +0200
committerFilippos Karapetis2014-12-26 04:05:48 +0200
commite4b2913e4ac5584803e65008c44addea05c3892a (patch)
tree82ac42efb259044ec28b73869104009fb054912d /engines
parent4d0ebfaa2285e2741a134db36fb4f5bd0317784d (diff)
downloadscummvm-rg350-e4b2913e4ac5584803e65008c44addea05c3892a.tar.gz
scummvm-rg350-e4b2913e4ac5584803e65008c44addea05c3892a.tar.bz2
scummvm-rg350-e4b2913e4ac5584803e65008c44addea05c3892a.zip
ZVISION: Reorder the detection entries
Diffstat (limited to 'engines')
-rw-r--r--engines/zvision/detection.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index b8d6a74eee..a361239e9e 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -100,28 +100,28 @@ static const ZVisionGameDescription gameDescriptions[] = {
},
{
- // Zork Grand Inquisitor English demo version
+ // Zork Grand Inquisitor English DVD version
{
"zgi",
- "Demo",
- AD_ENTRY1s("SCRIPTS.ZFS", "71a2494fd2fb999347deb13401e9b998", 304239),
+ "DVD",
+ AD_ENTRY1s("SCRIPTS.ZFS", "03157a3399513bfaaf8dc6d5ab798b36", 8433326),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
GID_GRANDINQUISITOR
},
{
- // Zork Grand Inquisitor English DVD version
+ // Zork Grand Inquisitor English demo version
{
"zgi",
- "DVD",
- AD_ENTRY1s("SCRIPTS.ZFS", "03157a3399513bfaaf8dc6d5ab798b36", 8433326),
+ "Demo",
+ AD_ENTRY1s("SCRIPTS.ZFS", "71a2494fd2fb999347deb13401e9b998", 304239),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_DEMO,
GUIO1(GUIO_NONE)
},
GID_GRANDINQUISITOR