diff options
| author | Eugene Sandulenko | 2016-12-06 10:56:31 +0100 |
|---|---|---|
| committer | Eugene Sandulenko | 2016-12-06 19:46:13 +0100 |
| commit | 2a1651991a83aedf91937970c6fcfbbdceecfbda (patch) | |
| tree | 81c61a5e099f6a872ad92dc98cfb52bafd3cd311 | |
| parent | c332251f5930e069f1facb3e968be6bb57317434 (diff) | |
| download | scummvm-rg350-2a1651991a83aedf91937970c6fcfbbdceecfbda.tar.gz scummvm-rg350-2a1651991a83aedf91937970c6fcfbbdceecfbda.tar.bz2 scummvm-rg350-2a1651991a83aedf91937970c6fcfbbdceecfbda.zip | |
FULLPIPE: Added detection for English Steam version
| -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 e85e75e232..e42de65543 100644 --- a/engines/fullpipe/detection.cpp +++ b/engines/fullpipe/detection.cpp @@ -79,6 +79,17 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Full Pipe English version + { + "fullpipe", + 0, + AD_ENTRY1s("4620.sc2", "bffea807345fece14089768fc141af83", 510), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Full Pipe Russian Demo version { "fullpipe", |
