From 5b6d52000944f1922135bdcf2edef4a6516b7ab0 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 1 Sep 2014 22:14:21 +0200 Subject: CGE2: Add detection for Sfinx v1.0 Freeware Polish --- engines/cge2/detection.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index 5e57d13dd4..7821752f52 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 }; -- cgit v1.2.3