[Scummvm-cvs-logs] scummvm master -> 5b6d52000944f1922135bdcf2edef4a6516b7ab0

Strangerke Strangerke at scummvm.org
Mon Sep 1 22:15:33 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:
5b6d520009 CGE2: Add detection for Sfinx v1.0 Freeware Polish


Commit: 5b6d52000944f1922135bdcf2edef4a6516b7ab0
    https://github.com/scummvm/scummvm/commit/5b6d52000944f1922135bdcf2edef4a6516b7ab0
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-09-01T22:14:21+02:00

Commit Message:
CGE2: Add detection for Sfinx v1.0 Freeware Polish

Changed paths:
    engines/cge2/detection.cpp



diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index 5e57d13..7821752 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -49,6 +49,17 @@ static const ADGameDescription gameDescriptions[] = {
 			},
 			Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 		},
+
+		{
+			"sfinx", "Freeware v1.0",
+			{
+				{"vol.cat", 0, "794a390177c644790df91dc363d808b3", 129024},
+				{"vol.dat", 0, "a4c8cff2c432df4b7d4968fea3511001", 34180085},
+				AD_LISTEND
+			},
+			Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
+		},
+
 		AD_TABLE_END_MARKER
 };
 






More information about the Scummvm-git-logs mailing list