Skip to content

Commit

Permalink
FULLPIPE: Added detection for Russian demo version.
Browse files Browse the repository at this point in the history
Crashes as startup
  • Loading branch information
sev- committed Dec 4, 2016
1 parent 137173a commit 1b1aba3
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions engines/fullpipe/detection.cpp
Expand Up @@ -46,7 +46,7 @@ namespace Fullpipe {

static const ADGameDescription gameDescriptions[] = {

// Fullpipe Russian version
// Full Pipe Russian version
{
"fullpipe",
0,
Expand All @@ -57,7 +57,7 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},

// Fullpipe German version
// Full Pipe German version
{
"fullpipe",
0,
Expand All @@ -68,7 +68,7 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},

// Fullpipe Estonian version
// Full Pipe Estonian version
{
"fullpipe",
0,
Expand All @@ -79,7 +79,18 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},

// Fullpipe German Demo version
// Full Pipe Russian Demo version
{
"fullpipe",
0,
AD_ENTRY1s("4620.sc2", "a0c71b47fc35a5e163fcd8d0972639bb", 70),
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_DROPPLATFORM | ADGF_DEMO,
GUIO1(GUIO_NONE)
},

// Full Pipe German Demo version
{
"fullpipe",
0,
Expand Down

0 comments on commit 1b1aba3

Please sign in to comment.