diff options
author | Travis Howell | 2008-04-21 14:00:39 +0000 |
---|---|---|
committer | Travis Howell | 2008-04-21 14:00:39 +0000 |
commit | fb76c3eeedc48a89501590bd2b642896ae6462e0 (patch) | |
tree | 746e3b61732b3a3e279f22dded825efb9904f78a /engines/m4 | |
parent | 42e8f1f882beb2a803381e9132ac998a212010f2 (diff) | |
download | scummvm-rg350-fb76c3eeedc48a89501590bd2b642896ae6462e0.tar.gz scummvm-rg350-fb76c3eeedc48a89501590bd2b642896ae6462e0.tar.bz2 scummvm-rg350-fb76c3eeedc48a89501590bd2b642896ae6462e0.zip |
Add detection of Orion Burger demos.
svn-id: r31643
Diffstat (limited to 'engines/m4')
-rw-r--r-- | engines/m4/detection.cpp | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ -101,6 +101,36 @@ static const M4GameDescription gameDescriptions[] = { }, { { + "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", "", { |