aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-07-29 23:46:15 +0200
committerEinar Johan Trøan Sømåen2013-07-29 23:47:08 +0200
commitebabf3948d4179db9f830f94abbdb6b1e0fdc2dc (patch)
treec153be4392369eaa3523c1df257b4ed55685ff84 /engines
parent4df545c1ee833884cdfbbd4aee12f6756687c877 (diff)
downloadscummvm-rg350-ebabf3948d4179db9f830f94abbdb6b1e0fdc2dc.tar.gz
scummvm-rg350-ebabf3948d4179db9f830f94abbdb6b1e0fdc2dc.tar.bz2
scummvm-rg350-ebabf3948d4179db9f830f94abbdb6b1e0fdc2dc.zip
WINTERMUTE: Add detection for The Shine of a Star.
Diffstat (limited to 'engines')
-rw-r--r--engines/wintermute/detection_tables.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 2639084fa6..d3284cddee 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -49,6 +49,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"reversion1", "Reversion: The Escape"},
{"reversion2", "Reversion: The Meeting"},
{"rosemary", "Rosemary"},
+ {"shinestar", "The Shine of a Star"},
{"thebox", "The Box"},
{"tib", "Fairy Tales About Toshechka and Boshechka"},
{"tradestory", "The Trader of Stories"},
@@ -582,6 +583,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
+ // The Shine of a Star
+ {
+ "shinestar",
+ "",
+ AD_ENTRY1s("data.dcp", "f05abe9e2427a5e4f73648fa09c4ba8e", 94113060),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
// The Box
{
"thebox",