[Scummvm-cvs-logs] SF.net SVN: scummvm:[53094] scummvm/trunk/engines/toon/detection.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sat Oct 9 03:21:06 CEST 2010


Revision: 53094
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53094&view=rev
Author:   mthreepwood
Date:     2010-10-09 01:21:06 +0000 (Sat, 09 Oct 2010)

Log Message:
-----------
TOON: Merge toondemo game id into toon

ADGF_DEMO already marks it as a demo, so labeling the id as "Demo" would be redundant.

Modified Paths:
--------------
    scummvm/trunk/engines/toon/detection.cpp

Modified: scummvm/trunk/engines/toon/detection.cpp
===================================================================
--- scummvm/trunk/engines/toon/detection.cpp	2010-10-09 00:29:10 UTC (rev 53093)
+++ scummvm/trunk/engines/toon/detection.cpp	2010-10-09 01:21:06 UTC (rev 53094)
@@ -33,7 +33,6 @@
 
 static const PlainGameDescriptor ToonGames[] = {
 	{ "toon", "Toonstruck" },
-	{ "toondemo", "Toonstruck Demo" },
 	{ 0, 0 }
 };
 
@@ -70,7 +69,7 @@
 		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},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list