diff options
| -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  	}  };  | 
