From fb97e58886832f695c8cb217b1d8d4ee2d7958f0 Mon Sep 17 00:00:00 2001 From: RichieSams Date: Tue, 13 Jan 2015 19:53:38 -0600 Subject: ZVISION: Add support for German ZGI - CD version Fixes #6760 --- engines/zvision/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines') 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 @@ -153,6 +153,20 @@ static const ZVisionGameDescription gameDescriptions[] = { GID_GRANDINQUISITOR }, + { + // 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 { -- cgit v1.2.3