From deeeb0646f5c374d0f7635cb5897e2df2962ad37 Mon Sep 17 00:00:00 2001 From: Kevin Becker Date: Wed, 19 Nov 2014 07:44:44 -0500 Subject: ZVISION: Added detection for Zork Grand Inquisitor English DVD version. --- engines/zvision/detection.cpp | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp index 4f1d7fed3f..cd696557d9 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -87,10 +87,10 @@ static const ZVisionGameDescription gameDescriptions[] = { }, { - // Zork Grand Inquisitor English version + // Zork Grand Inquisitor English CD version { "zgi", - 0, + "CD", AD_ENTRY1s("SCRIPTS.ZFS", "81efd40ecc3d22531e211368b779f17f", 8336944), Common::EN_ANY, Common::kPlatformWindows, @@ -114,6 +114,20 @@ static const ZVisionGameDescription gameDescriptions[] = { GID_GRANDINQUISITOR }, + { + // Zork Grand Inquisitor English DVD version + { + "zgi", + "DVD", + AD_ENTRY1s("SCRIPTS.ZFS", "03157a3399513bfaaf8dc6d5ab798b36", 8433326), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + GID_GRANDINQUISITOR + }, + { AD_TABLE_END_MARKER, GID_NONE -- cgit v1.2.3