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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Feb 23 00:32:28 CET 2009


Revision: 38797
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38797&view=rev
Author:   mthreepwood
Date:     2009-02-22 23:32:28 +0000 (Sun, 22 Feb 2009)

Log Message:
-----------
Ms. Astro Chicken! (aka Add detection for Ms. Astro Chicken)

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-22 22:07:30 UTC (rev 38796)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-22 23:32:28 UTC (rev 38797)
@@ -69,6 +69,7 @@
 	{"lighthouse",      "Lighthouse: The Dark Being"},
 	//{"fairytales",      "Mixed-up Fairy Tales"},
 	{"mothergoose",     "Mixed-Up Mother Goose"},
+	{"msastrochicken",  "Ms. Astro Chicken"},
 	//{"pepper",          "Pepper's Adventure in Time"},
 	{"phantasmagoria",  "Phantasmagoria"},
 	{"phantasmagoria2", "Phantasmagoria II: A Puzzle of Flesh"},
@@ -1184,6 +1185,16 @@
 	},
 #endif
 
+	// Ms. Astro Chicken
+	{{"msastrochicken", "", {
+		{"resource.map", 0, "5b457cbe5042f557e5b610148171f6c0", 1158},
+		{"resource.001", 0, "453ea81ef66a50cbe33ce06302afe47f", 229737},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(1, 000, 679)
+	},
+
 #if 0
 	// Phantasmagoria - English DOS
 	{{"phantasmagoria", "", {


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