aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2016-07-06 00:00:22 +0200
committerGitHub2016-07-06 00:00:22 +0200
commit3540cf189df459ff17ef406e2d91eb7977063ac8 (patch)
tree044a98b737889d7159b1438a949f00d01040dbcf /engines/sci/detection.cpp
parent0854dbd68c427ba9b02cc18dd073deac35fed860 (diff)
parent445b690a6fa533e69de53ca37cbd4b2b57a4b059 (diff)
downloadscummvm-rg350-3540cf189df459ff17ef406e2d91eb7977063ac8.tar.gz
scummvm-rg350-3540cf189df459ff17ef406e2d91eb7977063ac8.tar.bz2
scummvm-rg350-3540cf189df459ff17ef406e2d91eb7977063ac8.zip
Merge pull request #781 from OmerMor/inndemo
SCI: Add detection for the ImagiNation Network (INN) Demo
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index c920ef10e2..6b945d6f62 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -89,6 +89,7 @@ static const PlainGameDescriptor s_sciGameTitles[] = {
{"ecoquest2", "EcoQuest II: Lost Secret of the Rainforest"},
{"freddypharkas", "Freddy Pharkas: Frontier Pharmacist"},
{"hoyle4", "Hoyle Classic Card Games"},
+ {"inndemo", "ImagiNation Network (INN) Demo"},
{"kq6", "King's Quest VI: Heir Today, Gone Tomorrow"},
{"laurabow2", "Laura Bow 2: The Dagger of Amon Ra"},
{"qfg1vga", "Quest for Glory I: So You Want to Be a Hero"}, // Note: There was also a SCI0 version of this (further up)
@@ -157,6 +158,7 @@ static const GameIdStrToEnum s_gameIdStrToEnum[] = {
{ "hoyle3", GID_HOYLE3 },
{ "hoyle4", GID_HOYLE4 },
{ "iceman", GID_ICEMAN },
+ { "inndemo", GID_INNDEMO },
{ "islandbrain", GID_ISLANDBRAIN },
{ "jones", GID_JONES },
{ "kq1sci", GID_KQ1 },