From 137173aee364410f5e299adb1196188083ec8c9d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Dec 2016 15:18:37 +0100 Subject: FULLPIPE: Add detection for Estonian version --- engines/fullpipe/detection.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/fullpipe') diff --git a/engines/fullpipe/detection.cpp b/engines/fullpipe/detection.cpp index 96c677ca21..985421dfbe 100644 --- a/engines/fullpipe/detection.cpp +++ b/engines/fullpipe/detection.cpp @@ -68,6 +68,17 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Fullpipe Estonian version + { + "fullpipe", + 0, + AD_ENTRY1s("4620.sc2", "571f6b4b68b02003e35bc12c1a1d3fe3", 466), + Common::ET_EST, + Common::kPlatformWindows, + ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Fullpipe German Demo version { "fullpipe", -- cgit v1.2.3