diff options
author | Gregory Montoir | 2006-12-14 12:41:55 +0000 |
---|---|---|
committer | Gregory Montoir | 2006-12-14 12:41:55 +0000 |
commit | cf30537765750ac3d9372f4fe396bb12f33686c7 (patch) | |
tree | 72f11dec66339623ed8cc317a2be93cd73513875 | |
parent | 488873353b0acea39d500e4732985603d03b812b (diff) | |
download | scummvm-rg350-cf30537765750ac3d9372f4fe396bb12f33686c7.tar.gz scummvm-rg350-cf30537765750ac3d9372f4fe396bb12f33686c7.tar.bz2 scummvm-rg350-cf30537765750ac3d9372f4fe396bb12f33686c7.zip |
added details for demo version of touche
svn-id: r24848
-rw-r--r-- | engines/touche/plugin.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/touche/plugin.cpp b/engines/touche/plugin.cpp index 48650291d6..168223b6f3 100644 --- a/engines/touche/plugin.cpp +++ b/engines/touche/plugin.cpp @@ -72,6 +72,14 @@ static const GameVersion toucheGameVersionsTable[] = { "1f442331d4b327c3488a9f6ffe9bdd25", Common::IT_ITA, Common::kPlatformPC + }, + { + // english demo version + "Touche: The Adventures of the Fifth Musketeer (Demo)", + 8720683, + "ddaed436445b2e77294ed19e8ae4aa2c", + Common::EN_ANY, + Common::kPlatformPC } }; |