aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Montoir2006-11-18 11:57:25 +0000
committerGregory Montoir2006-11-18 11:57:25 +0000
commite28a1ca46ddef13b896ea0097c0f04059da8b88b (patch)
treeb636c028100705ac667b5ba20dc67a102a45a886
parent318c50913d7e71a2075e35c54bf91c1d90eb333e (diff)
downloadscummvm-rg350-e28a1ca46ddef13b896ea0097c0f04059da8b88b.tar.gz
scummvm-rg350-e28a1ca46ddef13b896ea0097c0f04059da8b88b.tar.bz2
scummvm-rg350-e28a1ca46ddef13b896ea0097c0f04059da8b88b.zip
added game details for german version of Touche
svn-id: r24730
-rw-r--r--engines/touche/plugin.cpp7
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
}
};