aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichieSams2015-01-13 19:53:38 -0600
committerRichieSams2015-01-13 19:53:38 -0600
commitfb97e58886832f695c8cb217b1d8d4ee2d7958f0 (patch)
tree99a91c69acf555a0820ebbbea50023e89f3bd128
parent4b1cec62473c821cf0701a46f3989ff3c82990b9 (diff)
downloadscummvm-rg350-fb97e58886832f695c8cb217b1d8d4ee2d7958f0.tar.gz
scummvm-rg350-fb97e58886832f695c8cb217b1d8d4ee2d7958f0.tar.bz2
scummvm-rg350-fb97e58886832f695c8cb217b1d8d4ee2d7958f0.zip
ZVISION: Add support for German ZGI - CD version
Fixes #6760
-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 82150a6489..c1592ff5a4 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -154,6 +154,20 @@ static const ZVisionGameDescription gameDescriptions[] = {
},
{
+ // Zork Grand Inquisitor German CD version, reported by breit in bug #6760
+ {
+ "zgi",
+ "CD",
+ AD_ENTRY1s("SCRIPTS.ZFS", "b7ac7e331b9b7f884590b0b325b560c8", 8338133),
+ Common::DE_DEU,
+ 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",