From 0822b77d9513669b3f146971671f0e41e680de5e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 17 May 2013 08:26:12 +0200 Subject: CGE: Add detection entry for Sfinx --- engines/cge/detection.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/cge') diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index 9e40c7b925..289aede99e 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 }; -- cgit v1.2.3