diff options
author | Kevin Becker | 2014-11-19 07:44:03 -0500 |
---|---|---|
committer | Kevin Becker | 2014-11-19 07:44:03 -0500 |
commit | f7b2cd0a7d067e39ed7973de75d5ce68c5464bc4 (patch) | |
tree | 285326251027d11b0c92afd6fc979074d3fc821a /engines | |
parent | e6f66877627ff4ef03ad8d1ea8a64c4278593d22 (diff) | |
download | scummvm-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.cpp | 14 |
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 } |