[Scummvm-cvs-logs] SF.net SVN: scummvm: [28218] scummvm/trunk/engines/parallaction/detection. cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Thu Jul 26 20:23:09 CEST 2007
Revision: 28218
http://scummvm.svn.sourceforge.net/scummvm/?rev=28218&view=rev
Author: peres001
Date: 2007-07-26 11:23:09 -0700 (Thu, 26 Jul 2007)
Log Message:
-----------
Dos full version of Big Red Adventure is detected now. The engine crashes immediately afterwards.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/detection.cpp
Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp 2007-07-26 17:13:29 UTC (rev 28217)
+++ scummvm/trunk/engines/parallaction/detection.cpp 2007-07-26 18:23:09 UTC (rev 28218)
@@ -49,6 +49,7 @@
static const PlainGameDescriptor parallactionGames[] = {
{"parallaction", "Parallaction engine game"},
{"nippon", "Nippon Safes Inc."},
+ {"bra", "The Big Red Adventure"},
{0, 0}
};
@@ -140,6 +141,24 @@
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 }
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list