diff options
| author | lotharsm | 2019-03-21 21:58:36 +0100 | 
|---|---|---|
| committer | lotharsm | 2019-03-21 21:58:36 +0100 | 
| commit | 2afb6e185dec0d9f1f71cf5078c740ed531251e6 (patch) | |
| tree | 7d0a615b7dd71dd5065cbf5b03ed3ccd9bf223cb | |
| parent | d15a5d4578ca7cba5e07951928145036f3f349ac (diff) | |
| download | scummvm-rg350-2afb6e185dec0d9f1f71cf5078c740ed531251e6.tar.gz scummvm-rg350-2afb6e185dec0d9f1f71cf5078c740ed531251e6.tar.bz2 scummvm-rg350-2afb6e185dec0d9f1f71cf5078c740ed531251e6.zip  | |
TOON: Add detection entry for English re-release
Provided in https://bugs.scummvm.org/ticket/10910
| -rw-r--r-- | engines/toon/detection.cpp | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp index 4be03cc199..57b7c95d5b 100644 --- a/engines/toon/detection.cpp +++ b/engines/toon/detection.cpp @@ -104,6 +104,16 @@ static const ADGameDescription gameDescriptions[] = {  		},  		Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO0()  	}, +	{ +		// English 2-CD "Sold out" release +		"toon", "", +		{ +			{"local.pak", 0, "3290209ef9bc92692108dd2f45df0736", 3237611}, +			{"generic.svl", 0, "331eead1d20af7ee809a9e2f35b8362f", 6945180}, +			AD_LISTEND +		}, +		Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() +	},  	AD_TABLE_END_MARKER  };  | 
