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

criezy criezy at scummvm.org
Tue Oct 14 22:45:07 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:
c4a829a7c6 CGE2: Add detection for English v1.0 version of the game


Commit: c4a829a7c61e55b98f926a079f4c06ba029f02fa
    https://github.com/scummvm/scummvm/commit/c4a829a7c61e55b98f926a079f4c06ba029f02fa
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2014-10-14T21:44:14+01:00

Commit Message:
CGE2: Add detection for English v1.0 version of the game

Changed paths:
    engines/cge2/detection.cpp



diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index c05ce70..6e1b93d 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -71,6 +71,16 @@ static const ADGameDescription gameDescriptions[] = {
 			Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 		},
 
+		{
+			"sfinx", "Freeware v1.0",
+			{
+				{"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024},
+				{"vol.dat", 0, "d40a6b4ae173d6930be54ba56bee15d5", 34183443},
+				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