Skip to content
Permalink
Browse files

ZVISION: Reorder the detection entries

  • Loading branch information
bluegr committed Dec 26, 2014
1 parent 4d0ebfa commit e4b2913e4ac5584803e65008c44addea05c3892a
Showing with 8 additions and 8 deletions.
  1. +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

0 comments on commit e4b2913

Please sign in to comment.
You can’t perform that action at this time.