Skip to content

Commit

Permalink
ZVISION: Added detection for Zork Grand Inquisitor English Demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
khbecker committed Nov 19, 2014
1 parent e6f6687 commit f7b2cd0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions engines/zvision/detection.cpp
Expand Up @@ -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
Expand Down

0 comments on commit f7b2cd0

Please sign in to comment.