diff options
author | Eugene Sandulenko | 2016-12-04 15:18:37 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-12-04 15:21:37 +0100 |
commit | 137173aee364410f5e299adb1196188083ec8c9d (patch) | |
tree | 209d844587bca64b3b30d1d3d888745257fe83c6 /engines/fullpipe | |
parent | 6acbe91a2730f618c918a18f8145e4a35df8d59f (diff) | |
download | scummvm-rg350-137173aee364410f5e299adb1196188083ec8c9d.tar.gz scummvm-rg350-137173aee364410f5e299adb1196188083ec8c9d.tar.bz2 scummvm-rg350-137173aee364410f5e299adb1196188083ec8c9d.zip |
FULLPIPE: Add detection for Estonian version
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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", |