From f7b2cd0a7d067e39ed7973de75d5ce68c5464bc4 Mon Sep 17 00:00:00 2001 From: Kevin Becker Date: Wed, 19 Nov 2014 07:44:03 -0500 Subject: [PATCH] ZVISION: Added detection for Zork Grand Inquisitor English Demo. --- engines/zvision/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp index 1492ade639d3..bd45b39756f2 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -86,6 +86,20 @@ static const ZVisionGameDescription gameDescriptions[] = { GID_GRANDINQUISITOR }, + { + // Zork Grand Inquisitor English demo version + { + "zgi", + "Demo", + AD_ENTRY1s("SCRIPTS.ZFS", "71a2494fd2fb999347deb13401e9b998", 304239), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO, + GUIO1(GUIO_NONE) + }, + GID_GRANDINQUISITOR + }, + { AD_TABLE_END_MARKER, GID_NONE