[Scummvm-cvs-logs] scummvm master -> 8a4da1e6b09db504bb7a376d3d2f8d95a4c6096c
DrMcCoy
drmccoy at drmccoy.de
Fri Mar 30 11:38:58 CEST 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8a4da1e6b0 GOB: Add a Spanish Amiga version of Gobliins 2
Commit: 8a4da1e6b09db504bb7a376d3d2f8d95a4c6096c
https://github.com/scummvm/scummvm/commit/8a4da1e6b09db504bb7a376d3d2f8d95a4c6096c
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-03-30T02:35:18-07:00
Commit Message:
GOB: Add a Spanish Amiga version of Gobliins 2
As supplied by aldozx in the forums.
Changed paths:
engines/gob/detection_tables.h
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h
index 5c6e919..7aa58b9 100644
--- a/engines/gob/detection_tables.h
+++ b/engines/gob/detection_tables.h
@@ -735,6 +735,20 @@ static const GOBGameDescription gameDescriptions[] = {
kFeaturesNone,
0, 0, 0
},
+ { // Supplied by aldozx in the forums
+ {
+ "gob2",
+ "",
+ AD_ENTRY1s("intro.stk", "abc3e786cd78197773954c75815b278b", 554721),
+ ES_ESP,
+ kPlatformAmiga,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeGob2,
+ kFeaturesNone,
+ 0, 0, 0
+ },
{ // Supplied by bgk in bug report #1706861
{
"gob2",
More information about the Scummvm-git-logs
mailing list