[Scummvm-cvs-logs] scummvm master -> 4b1cec62473c821cf0701a46f3989ff3c82990b9

bgK bastien.bouclet at gmail.com
Tue Jan 13 15:51:10 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4b1cec6247 ZVISION: Add detection for the French version of ZGI


Commit: 4b1cec62473c821cf0701a46f3989ff3c82990b9
    https://github.com/scummvm/scummvm/commit/4b1cec62473c821cf0701a46f3989ff3c82990b9
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2015-01-13T15:47:30+01:00

Commit Message:
ZVISION: Add detection for the French version of ZGI

Changed paths:
    engines/zvision/detection.cpp



diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index 545ebe3..82150a6 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -140,6 +140,20 @@ static const ZVisionGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Zork Grand Inquisitor French CD version, reported by ulrichh on IRC
+		{
+			"zgi",
+			"CD",
+			AD_ENTRY1s("SCRIPTS.ZFS", "4d1ec4ade7ecc9ee9ec591d43ca3d213", 8338133),
+			Common::FR_FRA,
+			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",






More information about the Scummvm-git-logs mailing list