Permalink
Browse files
ZVISION: Reorder the detection entries
- Loading branch information
Showing
with
8 additions
and
8 deletions.
-
+8
−8
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 |
|
|
|