[Scummvm-cvs-logs] SF.net SVN: scummvm: [31643] scummvm/trunk/engines/m4/detection.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Mon Apr 21 16:00:40 CEST 2008
Revision: 31643
http://scummvm.svn.sourceforge.net/scummvm/?rev=31643&view=rev
Author: Kirben
Date: 2008-04-21 07:00:39 -0700 (Mon, 21 Apr 2008)
Log Message:
-----------
Add detection of Orion Burger demos.
Modified Paths:
--------------
scummvm/trunk/engines/m4/detection.cpp
Modified: scummvm/trunk/engines/m4/detection.cpp
===================================================================
--- scummvm/trunk/engines/m4/detection.cpp 2008-04-21 11:17:51 UTC (rev 31642)
+++ scummvm/trunk/engines/m4/detection.cpp 2008-04-21 14:00:39 UTC (rev 31643)
@@ -101,6 +101,36 @@
},
{
{
+ "burger",
+ "Demo",
+ {
+ { "burger.has", kFileTypeHash, "fc3f363b6153240a448bd3b7be9318da", 62159},
+ { NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ Common::ADGF_DEMO
+ },
+ GType_Burger,
+ kFeaturesDemo
+ },
+ {
+ {
+ "burger",
+ "Demo",
+ {
+ { "overview.has", kFileTypeHash, "57aa43a3ef88a934a43e9b1890ef5e17", 10519},
+ { NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ Common::ADGF_DEMO
+ },
+ GType_Burger,
+ kFeaturesDemo
+ },
+ {
+ {
"riddle",
"",
{
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