diff options
| author | sylvaintv | 2012-02-12 23:16:54 +0100 | 
|---|---|---|
| committer | sylvaintv | 2012-02-12 23:16:54 +0100 | 
| commit | 8b39b0b0faa07ec5bc5f18cc2ec00ecd5b3fb949 (patch) | |
| tree | f0bca04e206c640e2c85c9d35f9d8bc7590db32a | |
| parent | c2640ed33a1b9c28e58b04877b7c4bf7b5fff570 (diff) | |
| download | scummvm-rg350-8b39b0b0faa07ec5bc5f18cc2ec00ecd5b3fb949.tar.gz scummvm-rg350-8b39b0b0faa07ec5bc5f18cc2ec00ecd5b3fb949.tar.bz2 scummvm-rg350-8b39b0b0faa07ec5bc5f18cc2ec00ecd5b3fb949.zip | |
TOON: Add russian version detection
| -rw-r--r-- | engines/toon/detection.cpp | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp index 6a76ade90a..8234934972 100644 --- a/engines/toon/detection.cpp +++ b/engines/toon/detection.cpp @@ -79,6 +79,15 @@ static const ADGameDescription gameDescriptions[] = {  	{  		"toon", "",  		{ +			{"local.pak", 0, "48ec60709bebbdeff791d55ee18ec910", 3417846}, +			{"arcaddbl.svl", 0, "1d1b96e317e03ffd3874a8ebe59556f3", 6246232}, +			{"study.svl", 0, "d4aff126ee27be3c3d25e2996369d7cb", 2324368}, +		}, +		Common::RU_RUS, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO0() +	},		 +	{ +		"toon", "", +		{  			{"local.pak", 0, "bf5da4c03f78ffbd643f12122319366e", 3250841},  			{"wacexdbl.emc", 0, "cfbc2156a31b294b038204888407ebc8", 6974},  			{"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599}, | 
