[Scummvm-git-logs] scummvm master -> 699532157abc6c6734552a8e40392ed8d59f7530

criezy criezy at scummvm.org
Sun May 6 00:18:57 CEST 2018


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:
699532157a CGE2: Add detection entry for Polish v1.1 version


Commit: 699532157abc6c6734552a8e40392ed8d59f7530
    https://github.com/scummvm/scummvm/commit/699532157abc6c6734552a8e40392ed8d59f7530
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-05-05T23:18:45+01:00

Commit Message:
CGE2: Add detection entry for Polish v1.1 version

Changed paths:
    engines/cge2/detection.cpp


diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index 54c3240..648dcc0 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -62,6 +62,16 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 
 		{
+			"sfinx", "Freeware v1.1",
+			{
+				{"vol.cat", 0, "aa402aed24a72c53a4d1211c456b79dd", 129024},
+				{"vol.dat", 0, "5966ac26d91d664714349669f9dd09b5", 34180367},
+				AD_LISTEND
+			},
+			Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
+		},
+
+		{
 			"sfinx", "Freeware v0.3",
 			{
 				{"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024},





More information about the Scummvm-git-logs mailing list