aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
authorTravis Howell2009-03-28 06:45:22 +0000
committerTravis Howell2009-03-28 06:45:22 +0000
commit9131f20587485237956ce8971e12dab533e651da (patch)
treec8ec21777ce9d3daf9af8863bf26f56e83e0ca8d /engines/parallaction
parente860473d80a7f3235b3db6014194b64a2f0990d1 (diff)
downloadscummvm-rg350-9131f20587485237956ce8971e12dab533e651da.tar.gz
scummvm-rg350-9131f20587485237956ce8971e12dab533e651da.tar.bz2
scummvm-rg350-9131f20587485237956ce8971e12dab533e651da.zip
Change the detection of Amiga versions of BRA, to a required data file (request.win).
svn-id: r39715
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/detection.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index 778989ab68..6e5be94c81 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -174,13 +174,12 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
GF_LANG_EN | GF_DEMO,
},
- // TODO: Base the detection of Amiga BRA on actual data file, not executable file.
{
{
"bra",
"Multi-lingual",
{
- { "bigred", 0, "4f1e6bfd974b8ebabaad96d536904477", 95232 },
+ { "request.win", 0, "7a844b9518310e4cc72eabb9c0340314", 6497 },
{ NULL, 0, NULL, 0}
},
Common::UNK_LANG,
@@ -191,13 +190,12 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_IT | GF_LANG_MULT,
},
- // TODO: Base the detection of Amiga BRA demo on actual data file, not executable file.
{
{
"bra",
"Demo",
{
- { "bigred", 0, "b62a7b589fb5e9071f021227640893bf", 97004 },
+ { "request.win", 0, "3b6a99ffd626e324b663839bbad59cb3", 5326 },
{ NULL, 0, NULL, 0}
},
Common::UNK_LANG,