[Scummvm-cvs-logs] scummvm master -> ccdb9c8d6be0fb5d2520419eef8a8295652abc3d

Strangerke Strangerke at scummvm.org
Thu Sep 11 21:38:50 CEST 2014


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:
ccdb9c8d6b CGE2: Add detection for the freeware v0.3 English


Commit: ccdb9c8d6be0fb5d2520419eef8a8295652abc3d
    https://github.com/scummvm/scummvm/commit/ccdb9c8d6be0fb5d2520419eef8a8295652abc3d
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-09-11T21:37:24+02:00

Commit Message:
CGE2: Add detection for the freeware v0.3 English

Changed paths:
    engines/cge2/detection.cpp



diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index 605a3fe..ebcbf76 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -60,6 +60,16 @@ static const ADGameDescription gameDescriptions[] = {
 			Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 		},
 
+		{
+			"sfinx", "Freeware v0.3",
+			{
+				{"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024},
+				{"vol.dat", 0, "d40a6b4ae173d6930be54ba56bee15d5", 34183430},
+				AD_LISTEND
+			},
+			Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
+		},
+
 		AD_TABLE_END_MARKER
 };
 






More information about the Scummvm-git-logs mailing list