diff options
author | Eugene Sandulenko | 2013-07-27 20:48:16 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-07-27 20:48:16 +0300 |
commit | b43bac61924d053b470125cf77ade6b72a17aeb7 (patch) | |
tree | ebb4d006eef5bd5fdc90a4f60dbd63b063cca36a /engines | |
parent | dee719390c0bf6c966b99126f122c7a21e3b33a7 (diff) | |
download | scummvm-rg350-b43bac61924d053b470125cf77ade6b72a17aeb7.tar.gz scummvm-rg350-b43bac61924d053b470125cf77ade6b72a17aeb7.tar.bz2 scummvm-rg350-b43bac61924d053b470125cf77ade6b72a17aeb7.zip |
WINTERMUTE: Added detection entry for Toshechka game
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 09426c9307..2639084fa6 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -50,6 +50,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"reversion2", "Reversion: The Meeting"}, {"rosemary", "Rosemary"}, {"thebox", "The Box"}, + {"tib", "Fairy Tales About Toshechka and Boshechka"}, {"tradestory", "The Trader of Stories"}, {"twc", "the white chamber"}, {"wintermute", "Wintermute engine game"}, @@ -591,6 +592,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Fairy Tales About Toshechka and Boshechka + { + "tib", + "", + AD_ENTRY1s("data.dcp", "87d296ef3f46570ed18f000d3885db77", 340264526), + Common::RU_RUS, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // The Trader of Stories { "tradestory", |