svn-id: r30851
This commit is contained in:
parent
d178604838
commit
a93b6b22bb
1 changed files with 39 additions and 0 deletions
|
@ -109,6 +109,19 @@ static const GOBGameDescription gameDescriptions[] = {
|
||||||
kFeaturesNone,
|
kFeaturesNone,
|
||||||
"intro"
|
"intro"
|
||||||
},
|
},
|
||||||
|
{ // Supplied by raziel_ in bug report #1891864
|
||||||
|
{
|
||||||
|
"gob1",
|
||||||
|
"VGA",
|
||||||
|
AD_ENTRY1s("intro.stk", "e157cb59c6d330ca70d12ab0ef1dd12b", 288972),
|
||||||
|
EN_GRB,
|
||||||
|
kPlatformPC,
|
||||||
|
Common::ADGF_NO_FLAGS
|
||||||
|
},
|
||||||
|
kGameTypeGob1,
|
||||||
|
kFeaturesAdlib,
|
||||||
|
"intro"
|
||||||
|
},
|
||||||
{ // CD 1.000 version.
|
{ // CD 1.000 version.
|
||||||
{
|
{
|
||||||
"gob1cd",
|
"gob1cd",
|
||||||
|
@ -399,6 +412,19 @@ static const GOBGameDescription gameDescriptions[] = {
|
||||||
kFeaturesAdlib,
|
kFeaturesAdlib,
|
||||||
"intro"
|
"intro"
|
||||||
},
|
},
|
||||||
|
{ // Supplied by raziel_ in bug report #1891867
|
||||||
|
{
|
||||||
|
"gob2",
|
||||||
|
"",
|
||||||
|
AD_ENTRY1s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302),
|
||||||
|
EN_USA,
|
||||||
|
kPlatformPC,
|
||||||
|
Common::ADGF_NO_FLAGS
|
||||||
|
},
|
||||||
|
kGameTypeGob2,
|
||||||
|
kFeaturesAdlib,
|
||||||
|
"intro"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"gob2",
|
"gob2",
|
||||||
|
@ -1005,6 +1031,19 @@ static const GOBGameDescription gameDescriptions[] = {
|
||||||
kFeaturesAdlib,
|
kFeaturesAdlib,
|
||||||
"intro"
|
"intro"
|
||||||
},
|
},
|
||||||
|
{ // Supplied by raziel_ in bug report #1891869
|
||||||
|
{
|
||||||
|
"gob3",
|
||||||
|
"",
|
||||||
|
AD_ENTRY1s("intro.stk", "16b014bf32dbd6ab4c5163c44f56fed1", 445104),
|
||||||
|
EN_GRB,
|
||||||
|
kPlatformPC,
|
||||||
|
Common::ADGF_NO_FLAGS
|
||||||
|
},
|
||||||
|
kGameTypeGob3,
|
||||||
|
kFeaturesAdlib,
|
||||||
|
"intro"
|
||||||
|
},
|
||||||
{ // Supplied by fac76 in bug report #1742716
|
{ // Supplied by fac76 in bug report #1742716
|
||||||
{
|
{
|
||||||
"gob3",
|
"gob3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue