From d3e7e81c8abdc3c57f82c482dc7efbbd237baf7d Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Thu, 26 Jul 2007 18:23:09 +0000 Subject: Dos full version of Big Red Adventure is detected now. The engine crashes immediately afterwards. svn-id: r28218 --- engines/parallaction/detection.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'engines/parallaction/detection.cpp') diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 8e069c5f08..44e9126b70 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -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 } }; -- cgit v1.2.3