diff options
author | JenniBee | 2014-03-10 11:51:19 -0400 |
---|---|---|
committer | D G Turner | 2014-03-19 00:42:36 +0000 |
commit | bd0f37fe656337c1ea2bae2cd3c67b3ba8092844 (patch) | |
tree | 46f252126abed16ae198ba77480a379b511701e4 /engines | |
parent | 0b3c9b5dbe36d7df219ba85be845598e58ac9626 (diff) | |
download | scummvm-rg350-bd0f37fe656337c1ea2bae2cd3c67b3ba8092844.tar.gz scummvm-rg350-bd0f37fe656337c1ea2bae2cd3c67b3ba8092844.tar.bz2 scummvm-rg350-bd0f37fe656337c1ea2bae2cd3c67b3ba8092844.zip |
WINTERMUTE: Add md5 for Zilm: A Game of Reflex.
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 e0ceb43c1f..0bf9fff4f3 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -70,6 +70,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"twc", "the white chamber"}, {"wintermute", "Wintermute engine game"}, {"wtetris", "Wilma Tetris"}, + {"zilm", "Zilm: A Game of Reflex"}, {0, 0} }; @@ -1108,6 +1109,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Zilm: A Game of Reflex 1.0 + { + "Zilm", + "1.0", + AD_ENTRY1s("data.dcp", "098dffaf03d8adbb4cb5633e4733e63c", 351726), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, AD_TABLE_END_MARKER }; |