From fb76c3eeedc48a89501590bd2b642896ae6462e0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 21 Apr 2008 14:00:39 +0000 Subject: Add detection of Orion Burger demos. svn-id: r31643 --- engines/m4/detection.cpp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'engines/m4') diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp index aac4f4256b..ff440e5d28 100644 --- a/engines/m4/detection.cpp +++ b/engines/m4/detection.cpp @@ -99,6 +99,36 @@ static const M4GameDescription gameDescriptions[] = { GType_Burger, kFeaturesCD }, + { + { + "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", -- cgit v1.2.3