aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-06-09 16:25:23 +0200
committerEinar Johan Trøan Sømåen2014-06-09 16:25:23 +0200
commit0a1c75bc32cc6198c29874d8a3ef96bf1acb6404 (patch)
treeed299a4494bc2f2a46e1df753087d0536756cf00 /engines/wintermute
parent767368f1ead84e2bc01c6ea31ae0a32997a1b8a6 (diff)
downloadscummvm-rg350-0a1c75bc32cc6198c29874d8a3ef96bf1acb6404.tar.gz
scummvm-rg350-0a1c75bc32cc6198c29874d8a3ef96bf1acb6404.tar.bz2
scummvm-rg350-0a1c75bc32cc6198c29874d8a3ef96bf1acb6404.zip
WINTERMUTE: Add detection for Vsevolod Prologue
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/detection_tables.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index bdfb54727b..6087e60ece 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -74,6 +74,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"tib", "Fairy Tales About Toshechka and Boshechka"},
{"tradestory", "The Trader of Stories"},
{"twc", "the white chamber"},
+ {"vsevolod", "Vsevolod"},
{"wintermute", "Wintermute engine game"},
{"wtetris", "Wilma Tetris"},
{"zilm", "Zilm: A Game of Reflex"},
@@ -1289,6 +1290,17 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
+ // Vsevolod Prologue (Demo)
+ {
+ "vsevolod",
+ "Prologue",
+ AD_ENTRY1s("data.dcp", "f2dcffd2692dbfcc9371fa1a87970fe7", 388669493),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE |
+ ADGF_DEMO,
+ GUIO0()
+ },
// Wilma Tetris
{
"wtetris",