Skip to content

Commit

Permalink
SCI: Improve fallback detection for GK2 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 17, 2011
1 parent cef5506 commit 055820c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sci/detection.cpp
Expand Up @@ -225,6 +225,7 @@ static const OldNewIdTableEntry s_oldNewTable[] = {
{ "emc", "funseeker", SCI_VERSION_NONE },
{ "gk", "gk1", SCI_VERSION_NONE },
// gk2 is the same
{ "gk2demo", "gk2", SCI_VERSION_NONE },
{ "hoyledemo", "hoyle1", SCI_VERSION_NONE },
{ "cardgames", "hoyle1", SCI_VERSION_NONE },
{ "solitare", "hoyle2", SCI_VERSION_NONE },
Expand Down

0 comments on commit 055820c

Please sign in to comment.