Dos full version of Big Red Adventure is detected now. The engine crashes immediately afterwards.

svn-id: r28218
This commit is contained in:
Nicola Mettifogo 2007-07-26 18:23:09 +00:00
parent 75517ae813
commit d3e7e81c8a

View file

@ -49,6 +49,7 @@ Common::Platform Parallaction::getPlatform() const { return _gameDescription->de
static const PlainGameDescriptor parallactionGames[] = {
{"parallaction", "Parallaction engine game"},
{"nippon", "Nippon Safes Inc."},
{"bra", "The Big Red Adventure"},
{0, 0}
};
@ -140,6 +141,24 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
GF_LANG_IT,
},
{
{
"bra",
"Multi-lingual",
{
{"tbra.bmp", 0, "3174c095a0e1a4eaf05c403445711e9b", 80972 },
{"russia.fnt", 0, "57f85ff62aeca6334fdcaf718e313b49", 18344 },
{NULL, 0, NULL, 0 }
},
Common::UNK_LANG,
Common::kPlatformPC,
Common::ADGF_NO_FLAGS
},
GType_BRA,
GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_MULT
},
{ AD_TABLE_END_MARKER, 0, 0 }
};