diff options
author | Gregory Montoir | 2006-11-23 22:55:05 +0000 |
---|---|---|
committer | Gregory Montoir | 2006-11-23 22:55:05 +0000 |
commit | c7c6eb7fb9433cc5ccd49d5c256beb1946403f6a (patch) | |
tree | 0648bf8a29b02db792d23bf9e365fbabe0d90da3 | |
parent | b373ab1a38bf4de8da1eda5af4d7abea50e1ea80 (diff) | |
download | scummvm-rg350-c7c6eb7fb9433cc5ccd49d5c256beb1946403f6a.tar.gz scummvm-rg350-c7c6eb7fb9433cc5ccd49d5c256beb1946403f6a.tar.bz2 scummvm-rg350-c7c6eb7fb9433cc5ccd49d5c256beb1946403f6a.zip |
added details for another Touche version as reported in tracker item #1601818.
svn-id: r24778
-rw-r--r-- | engines/touche/plugin.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/touche/plugin.cpp b/engines/touche/plugin.cpp index d534198746..9659093ec4 100644 --- a/engines/touche/plugin.cpp +++ b/engines/touche/plugin.cpp @@ -46,6 +46,13 @@ static const GameVersion toucheGameVersionsTable[] = { Common::kPlatformPC }, { + "Touche: The Adventures of the Fifth Musketeer", + 26350190, + "95967f0b51d2e813e99ca00325098340", + Common::EN_USA, + Common::kPlatformPC + }, + { "Touche: Les Aventures du Cinquieme Mousquetaire", 26558232, "1caa20bb4d4fc2ce8eb867b6610082b3", |