diff options
| author | Matthew Hoops | 2010-10-09 01:21:06 +0000 | 
|---|---|---|
| committer | Matthew Hoops | 2010-10-09 01:21:06 +0000 | 
| commit | 0acdaf30b26cfe003bb774471d3d257a37aea378 (patch) | |
| tree | 953710bf3a66707c20b741562a4266bce7a5992f | |
| parent | 3a0ad4c41c29b745ac3099a8a2df6a682041b4d7 (diff) | |
| download | scummvm-rg350-0acdaf30b26cfe003bb774471d3d257a37aea378.tar.gz scummvm-rg350-0acdaf30b26cfe003bb774471d3d257a37aea378.tar.bz2 scummvm-rg350-0acdaf30b26cfe003bb774471d3d257a37aea378.zip | |
TOON: Merge toondemo game id into toon
ADGF_DEMO already marks it as a demo, so labeling the id as "Demo" would be redundant.
svn-id: r53094
| -rw-r--r-- | engines/toon/detection.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp index 66b7f80a08..4a4f836c8b 100644 --- a/engines/toon/detection.cpp +++ b/engines/toon/detection.cpp @@ -33,7 +33,6 @@  static const PlainGameDescriptor ToonGames[] = {  	{ "toon", "Toonstruck" }, -	{ "toondemo", "Toonstruck Demo" },  	{ 0, 0 }  }; @@ -70,7 +69,7 @@ static const ADGameDescription gameDescriptions[] = {  		AD_LISTEND},  		Common::ES_ESP, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO_NONE  	}, -	{ "toondemo", "", { +	{ "toon", "", {  		{"local.pak", 0, "bf5da4c03f78ffbd643f12122319366e", 3250841},  		{"wacexdbl.emc", 0, "cfbc2156a31b294b038204888407ebc8", 6974},  		{"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599}, | 
