diff options
author | Gregory Montoir | 2006-11-18 11:57:25 +0000 |
---|---|---|
committer | Gregory Montoir | 2006-11-18 11:57:25 +0000 |
commit | e28a1ca46ddef13b896ea0097c0f04059da8b88b (patch) | |
tree | b636c028100705ac667b5ba20dc67a102a45a886 /engines | |
parent | 318c50913d7e71a2075e35c54bf91c1d90eb333e (diff) | |
download | scummvm-rg350-e28a1ca46ddef13b896ea0097c0f04059da8b88b.tar.gz scummvm-rg350-e28a1ca46ddef13b896ea0097c0f04059da8b88b.tar.bz2 scummvm-rg350-e28a1ca46ddef13b896ea0097c0f04059da8b88b.zip |
added game details for german version of Touche
svn-id: r24730
Diffstat (limited to 'engines')
-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 277ec4b8c9..d534198746 100644 --- a/engines/touche/plugin.cpp +++ b/engines/touche/plugin.cpp @@ -51,6 +51,13 @@ static const GameVersion toucheGameVersionsTable[] = { "1caa20bb4d4fc2ce8eb867b6610082b3", Common::FR_FRA, Common::kPlatformPC + }, + { + "Touche - Die Abenteuer des funften Musketiers", + 26625537, + "be2ae6454b3325e410946f2322547cd4", + Common::DE_DEU, + Common::kPlatformPC } }; |