aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorKevin Becker2014-11-19 07:44:03 -0500
committerKevin Becker2014-11-19 07:44:03 -0500
commitf7b2cd0a7d067e39ed7973de75d5ce68c5464bc4 (patch)
tree285326251027d11b0c92afd6fc979074d3fc821a /engines
parente6f66877627ff4ef03ad8d1ea8a64c4278593d22 (diff)
downloadscummvm-rg350-f7b2cd0a7d067e39ed7973de75d5ce68c5464bc4.tar.gz
scummvm-rg350-f7b2cd0a7d067e39ed7973de75d5ce68c5464bc4.tar.bz2
scummvm-rg350-f7b2cd0a7d067e39ed7973de75d5ce68c5464bc4.zip
ZVISION: Added detection for Zork Grand Inquisitor English Demo.
Diffstat (limited to 'engines')
-rw-r--r--engines/zvision/detection.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index 1492ade639..bd45b39756 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -87,6 +87,20 @@ static const ZVisionGameDescription gameDescriptions[] = {
},
{
+ // 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
}