diff options
author | Filippos Karapetis | 2015-01-16 01:52:24 +0200 |
---|---|---|
committer | Filippos Karapetis | 2015-01-16 01:52:24 +0200 |
commit | 11e429672e59f69a67820c937269026f651d4998 (patch) | |
tree | c69a3d5eca398979c6577bc2723ee32ca199c09c /engines/zvision | |
parent | 4287e2ebcaf2d78d5dd0d112ec8db4a8c916f6d1 (diff) | |
download | scummvm-rg350-11e429672e59f69a67820c937269026f651d4998.tar.gz scummvm-rg350-11e429672e59f69a67820c937269026f651d4998.tar.bz2 scummvm-rg350-11e429672e59f69a67820c937269026f651d4998.zip |
ZVISION: Add detection for the Spanish version of ZGI (bug #6764)
Diffstat (limited to 'engines/zvision')
-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 c1592ff5a4..b69eee000a 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -168,6 +168,20 @@ static const ZVisionGameDescription gameDescriptions[] = { }, { + // Zork Grand Inquisitor Spanish CD version, reported by dianiu in bug #6764 + { + "zgi", + "CD", + AD_ENTRY1s("SCRIPTS.ZFS", "5cdc4b99c1134053af135aae71326fd1", 8338141), + Common::ES_ESP, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO3(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING) + }, + GID_GRANDINQUISITOR + }, + + { // Zork Grand Inquisitor English DVD version { "zgi", |