Skip to content

Commit

Permalink
WINTERMUTE: Add detection entry for Ghost in the Sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Apr 5, 2014
1 parent b928609 commit adacad7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion engines/wintermute/detection_tables.h
Expand Up @@ -439,7 +439,21 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
// Ghosts in the Sheet
// Ghost in the Sheet
{
"ghostsheet",
"",
{
{"english.dcp", 0, "e6d0aad2c89996bcabe416105a3d6d3a", 12221017},
{"data.dcp", 0, "b2f8b05328e4881e15e98e845b63f451", 168003},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
// Ghost in the Sheet (Demo)
{
"ghostsheet",
"Demo",
Expand Down

0 comments on commit adacad7

Please sign in to comment.