[Scummvm-cvs-logs] scummvm master -> 0822b77d9513669b3f146971671f0e41e680de5e

Strangerke Strangerke at scummvm.org
Fri May 17 08:28:33 CEST 2013


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:
0822b77d95 CGE: Add detection entry for Sfinx


Commit: 0822b77d9513669b3f146971671f0e41e680de5e
    https://github.com/scummvm/scummvm/commit/0822b77d9513669b3f146971671f0e41e680de5e
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-16T23:26:46-07:00

Commit Message:
CGE: Add detection entry for Sfinx

Changed paths:
    engines/cge/detection.cpp



diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 9e40c7b..289aede 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -30,6 +30,7 @@
 
 static const PlainGameDescriptor CGEGames[] = {
 	{ "soltys", "Soltys" },
+	{ "sfinx", "Sfinx" },
 	{ 0, 0 }
 };
 
@@ -91,6 +92,16 @@ static const ADGameDescription gameDescriptions[] = {
 		},
 		Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
 	},
+	{
+		// Polish version, provided by Strangerke
+		"sfinx", "Sfinx Freeware",
+		{
+			{"vol.cat", 0, "21197b287d397c53261b6616bf0dd880", 129024},
+			{"vol.dat", 0, "de14291869a8eb7c2732ab783c7542ef", 34180844},	
+			AD_LISTEND
+		},
+		Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+	},
 	AD_TABLE_END_MARKER
 };
 






More information about the Scummvm-git-logs mailing list