diff options
| author | Sven Hesse | 2007-04-24 14:02:25 +0000 | 
|---|---|---|
| committer | Sven Hesse | 2007-04-24 14:02:25 +0000 | 
| commit | 5c3cd349636e8da7a6993d1cb041b011d45b6d62 (patch) | |
| tree | fa903985ae3bbef53de75c9b7834999ca1ca3dc6 | |
| parent | de9e72bc76d74cfb35d9cc1c90a67330458984c6 (diff) | |
| download | scummvm-rg350-5c3cd349636e8da7a6993d1cb041b011d45b6d62.tar.gz scummvm-rg350-5c3cd349636e8da7a6993d1cb041b011d45b6d62.tar.bz2 scummvm-rg350-5c3cd349636e8da7a6993d1cb041b011d45b6d62.zip | |
The amiga version has english and german text
svn-id: r26588
| -rw-r--r-- | engines/gob/detection.cpp | 26 | 
1 files changed, 19 insertions, 7 deletions
| diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 6afd79d06f..296a55ec22 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -791,7 +791,19 @@ static const GOBGameDescription gameDescriptions[] = {  			"gob3",  			"",  			AD_ENTRY1("intro.stk", "bd679eafde2084d8011f247e51b5a805"), -			UNK_LANG, +			EN_GRB, +			kPlatformAmiga, +			Common::ADGF_NO_FLAGS +		}, +		GF_GOB3, +		"menu" +	}, +	{ +		{ +			"gob3", +			"", +			AD_ENTRY1("intro.stk", "bd679eafde2084d8011f247e51b5a805"), +			DE_DEU,  			kPlatformAmiga,  			Common::ADGF_NO_FLAGS  		}, @@ -807,7 +819,7 @@ static const GOBGameDescription gameDescriptions[] = {  			kPlatformPC,  			Common::ADGF_NO_FLAGS  		}, -		GF_GOB3, +		GF_GOB3 | GF_CD,  		"intro"  	},  	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230 @@ -819,7 +831,7 @@ static const GOBGameDescription gameDescriptions[] = {  			kPlatformPC,  			Common::ADGF_NO_FLAGS  		}, -		GF_GOB3, +		GF_GOB3 | GF_CD,  		"intro"  	},  	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230 @@ -831,7 +843,7 @@ static const GOBGameDescription gameDescriptions[] = {  			kPlatformPC,  			Common::ADGF_NO_FLAGS  		}, -		GF_GOB3, +		GF_GOB3 | GF_CD,  		"intro"  	},  	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230 @@ -843,7 +855,7 @@ static const GOBGameDescription gameDescriptions[] = {  			kPlatformPC,  			Common::ADGF_NO_FLAGS  		}, -		GF_GOB3, +		GF_GOB3 | GF_CD,  		"intro"  	},  	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230 @@ -855,7 +867,7 @@ static const GOBGameDescription gameDescriptions[] = {  			kPlatformPC,  			Common::ADGF_NO_FLAGS  		}, -		GF_GOB3, +		GF_GOB3 | GF_CD,  		"intro"  	},  	{ // Supplied by paul66 and noizert in bug reports #1652352 and #1691230 @@ -867,7 +879,7 @@ static const GOBGameDescription gameDescriptions[] = {  			kPlatformPC,  			Common::ADGF_NO_FLAGS  		}, -		GF_GOB3, +		GF_GOB3 | GF_CD,  		"intro"  	},  	{ | 
