From 055820c94b34eb948bb6f3cd7cec6697912ab794 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 17 Jun 2011 11:20:43 +0200 Subject: SCI: Improve fallback detection for GK2 demo --- engines/sci/detection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/detection.cpp') diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 038b0862de..03917a83aa 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -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 }, -- cgit v1.2.3